瀏覽代碼

Just explaining why empty test is here!

tags/PRE_ANDY
aclement 19 年之前
父節點
當前提交
45ae94da9e
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java

+ 4
- 1
ajbrowser/testsrc/org/aspectj/tools/ajbrowser/AjbrowserTests.java 查看文件

@@ -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() {}
}

Loading…
取消
儲存