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
org.eclipse.core.tests.internal.preferences.PreferencesServiceTest#testLookupOrder() is failing, probably because of the user scope recently added in Equinox: eclipse-equinox/equinox#446
1.2: array lengths differed, expected.length=4 actual.length=5; arrays first differed at element [3]; expected:<[default]> but was:<[user]>
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:78)
at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:28)
at org.junit.Assert.internalArrayEquals(Assert.java:534)
at org.junit.Assert.assertArrayEquals(Assert.java:285)
at org.eclipse.core.tests.internal.preferences.PreferencesServiceTest.testLookupOrder(PreferencesServiceTest.java:237)
The text was updated successfully, but these errors were encountered:
…latform#1087
Adapts the test case PreferencesServiceTest#testLookupOrder() to reflect
the UserScope added to Equinox. Also improves the assertions in the test
case.
Fixeseclipse-platform#1087
Adapts the test case PreferencesServiceTest#testLookupOrder() to reflect
the UserScope added to Equinox. Also improves the assertions in the test
case.
Fixes#1087
raghucssit
pushed a commit
to raghucssit/eclipse.platform
that referenced
this issue
Jan 15, 2024
…latform#1087
Adapts the test case PreferencesServiceTest#testLookupOrder() to reflect
the UserScope added to Equinox. Also improves the assertions in the test
case.
Fixeseclipse-platform#1087
Michael5601
pushed a commit
to CodeLtDave/eclipse.platform
that referenced
this issue
Feb 12, 2024
…latform#1087
Adapts the test case PreferencesServiceTest#testLookupOrder() to reflect
the UserScope added to Equinox. Also improves the assertions in the test
case.
Fixeseclipse-platform#1087
org.eclipse.core.tests.internal.preferences.PreferencesServiceTest#testLookupOrder()
is failing, probably because of theuser
scope recently added in Equinox: eclipse-equinox/equinox#446See for example: https://github.com/eclipse-platform/eclipse.platform/actions/runs/7492737383/job/20398029585
The text was updated successfully, but these errors were encountered: