You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test case org.eclipse.osgi.tests.services.datalocation.BasicLocationTests#testCreateLocation04() fails silently. The test runs into a fail statement, which is caught and ignored by a surrounding try-catch:
Apologize for the slow response, I must have missed this issue being open over the Holidays. The test is indeed bogus and if properly written it would have caught a regression introduced by eclipse-equinox/equinox.framework#39
The test case
org.eclipse.osgi.tests.services.datalocation.BasicLocationTests#testCreateLocation04()
fails silently. The test runs into afail
statement, which is caught and ignored by a surrounding try-catch:equinox/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/datalocation/BasicLocationTests.java
Lines 149 to 155 in 60a2e63
I tried to replace this block with an
assertThrows
in #455, which fails because nothing is actually thrown.I have not yet investigated whether the test or the tested functionality is faulty.
The text was updated successfully, but these errors were encountered: