]> source.dussan.org Git - aspectj.git/commitdiff
set static variable to avoid reading value set by other tests
authorwisberg <wisberg>
Thu, 14 Oct 2004 23:13:31 +0000 (23:13 +0000)
committerwisberg <wisberg>
Thu, 14 Oct 2004 23:13:31 +0000 (23:13 +0000)
tests/harness/aspectpath/Main.java

index 15b5d742e68169b85da754011eb8020c56891c47..56ca7f6a2d4a77f67a982f8a9f0c2b5c54048dbd 100644 (file)
@@ -1,5 +1,8 @@
 
 public class Main {
+    static {
+        System.setProperty("A.before", "false");
+    }
     public static void main(String[] args) {
         if (!Boolean.getBoolean("A.before")) {
             throw new Error("property A.before not set by aspect A.java");