]
Andre Dietisheim updated JBIDE-24183:
-------------------------------------
Fix Version/s: 4.4.4.AM3
OpenShiftDebugUtilsTest: #testGetDebuggingContext is failing
------------------------------------------------------------
Key: JBIDE-24183
URL:
https://issues.jboss.org/browse/JBIDE-24183
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.4.AM2
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.4.4.AM3
{code}
testGetDebuggingContext(org.jboss.tools.openshift.test.core.server.OpenShiftDebugUtilsTest)
Time elapsed: 0.018 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertFalse(Assert.java:64)
at org.junit.Assert.assertFalse(Assert.java:74)
at
org.jboss.tools.openshift.test.core.server.OpenShiftDebugUtilsTest.testGetDebuggingContext(OpenShiftDebugUtilsTest.java:109)
{code}