aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org
diff options
context:
space:
mode:
authoraclement <aclement>2006-04-24 08:47:14 +0000
committeraclement <aclement>2006-04-24 08:47:14 +0000
commit0fcaf00109da3273daca689ca93e30c3c6809c1c (patch)
tree9413ff51f329cba0a0e2a11f1ffd30e9bb316d70 /tests/src/org
parent19ce11e9557460ce4de7b75905a8149bb8627fed (diff)
downloadaspectj-0fcaf00109da3273daca689ca93e30c3c6809c1c.tar.gz
aspectj-0fcaf00109da3273daca689ca93e30c3c6809c1c.zip
commented out a couple of new tests for a bit...
Diffstat (limited to 'tests/src/org')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
index 06f173b43..09d83eb2b 100644
--- a/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
@@ -17,7 +17,7 @@ import org.aspectj.testing.XMLBasedAjcTestCase;
public class Ajc152Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
- public void testNotAtWithincode_pr138158() { runTest("not at withincode");}
+ //public void testNotAtWithincode_pr138158() { runTest("not at withincode");}
//public void testComplexGenericDecl_pr137568() { runTest("complicated generics declaration");}
public void testNpeOnDup_pr138143() { runTest("npe on duplicate method with ataj");}
public void testPointcutsAndGenerics_pr137496_1() { runTest("pointcuts and generics - B");}