]
Andre Dietisheim commented on JBIDE-23497:
------------------------------------------
merged into jbosstools-integration-tests/master.
QE verified the PR, closing.
Integration tests: StoreConnectionTest isnt working
---------------------------------------------------
Key: JBIDE-23497
URL:
https://issues.jboss.org/browse/JBIDE-23497
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.2.AM3
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Labels: integration_tests
Fix For: 4.4.3.AM1
StoreConnectionTest isnt working. There are a few problems with it:
* It can trigger the ssl certificate dialog if it's the test is the 1st test that is
run against the given connection (and the certificate wasnt stored beforehand). The test
wont take this possibility into account
* The test isnt autonoumous, it relies on a connection being set up beforehand
* etc.