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 3131import  org .eclipse .swt .SWTError ;
3232import  org .eclipse .swt .SWTException ;
3333import  org .junit .jupiter .api .Test ;
34- import  org .junit .jupiter .api .condition .EnabledIfSystemProperty ;
34+ import  org .junit .jupiter .api .condition .DisabledIfSystemProperty ;
3535
3636/** 
3737 * Automated Test Suite for class {@link org.eclipse.swt.SWT}. 
@@ -114,7 +114,7 @@ private List<String> signersFromClass(Class<?> classValue) {
114114	 * GitHub Pull Requests. 
115115	 */ 
116116	@ 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" )
118118	public  void  test_isLocal () {
119119		String  swtPath  = pathFromClass (SWT .class );
120120		String  tstPath  = pathFromClass (Test_org_eclipse_swt_SWT .class );
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments