File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
import org .eclipse .swt .SWTError ;
32
32
import org .eclipse .swt .SWTException ;
33
33
import org .junit .jupiter .api .Test ;
34
- import org .junit .jupiter .api .condition .EnabledIfSystemProperty ;
34
+ import org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
35
35
36
36
/**
37
37
* Automated Test Suite for class {@link org.eclipse.swt.SWT}.
@@ -114,7 +114,7 @@ private List<String> signersFromClass(Class<?> classValue) {
114
114
* GitHub Pull Requests.
115
115
*/
116
116
@ Test
117
- @ EnabledIfSystemProperty (named = "org.eclipse.swt.tests.junit.disable.test_isLocal" , matches = "true" )
117
+ @ DisabledIfSystemProperty (named = "org.eclipse.swt.tests.junit.disable.test_isLocal" , matches = "true" )
118
118
public void test_isLocal () {
119
119
String swtPath = pathFromClass (SWT .class );
120
120
String tstPath = pathFromClass (Test_org_eclipse_swt_SWT .class );
You can’t perform that action at this time.
0 commit comments