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
Remove sorting parameter from ConfigurationSessionTestSuite #903
The ConfigurationSessionTestSuite sorts the test methods by default. A
field identifies whether sorting is activated, but the field cannot even
be set but is always true. So, this parameterization is completely
obsolete and only introduces unnecessary complexity to the session test
framework.
Contributes to
#903
Copy file name to clipboardexpand all lines: runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/session/ConfigurationSessionTestSuite.java
+1-4
Original file line number
Diff line number
Diff line change
@@ -62,12 +62,9 @@ public class ConfigurationSessionTestSuite extends SessionTestSuite {
0 commit comments