]> source.dussan.org Git - aspectj.git/commitdiff
Just explaining why empty test is here!
authoraclement <aclement>
Tue, 19 Apr 2005 08:16:49 +0000 (08:16 +0000)
committeraclement <aclement>
Tue, 19 Apr 2005 08:16:49 +0000 (08:16 +0000)
ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java

index 0830ab38594d6b35bb9c35a638213db45ef9a1c5..c061d5739103b0570a165aca983bd876ce92a6dd 100644 (file)
@@ -28,5 +28,8 @@ public class AjbrowserTests extends TestCase {
     }
 
     public AjbrowserTests(String name) { super(name); }
-    public void testNothing() {}
+    
+       // AjBrowser is waiting for some tests - have to have a placeholder to 
+       // keep JUnit happy...
+       public void testNothing() {}
 }