aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2006-07-06 08:36:13 +0000
committeraclement <aclement>2006-07-06 08:36:13 +0000
commit00669de71fac80693af27127e2587c596c1cf3f1 (patch)
tree824fad891195c5490536cdc8b0fb80fe6ec39b69 /tests
parent9249d0c861535733f679f1307dfe334f2769c6f2 (diff)
downloadaspectj-00669de71fac80693af27127e2587c596c1cf3f1.tar.gz
aspectj-00669de71fac80693af27127e2587c596c1cf3f1.zip
149071 testcase
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java2
-rw-r--r--tests/src/org/aspectj/systemtest/ajc153/ajc153.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
index 7bdb942eb..8d0a2f602 100644
--- a/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
@@ -33,7 +33,7 @@ public class Ajc153Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testVerifyErrNoTypeCflowField_pr145693_1() { runTest("verifyErrNoTypeCflowField"); }
public void testVerifyErrInpathNoTypeCflowField_pr145693_2() { runTest("verifyErrInpathNoTypeCflowField"); }
public void testCpathNoTypeCflowField_pr145693_3() { runTest("cpathNoTypeCflowField"); }
- public void testVisibilityProblem_pr149071() { runTest("visiblity problem");}
+ //public void testVisibilityProblem_pr149071() { runTest("visibility problem");}
//public void testAdviceNotWovenAspectPath_pr147841() { runTest("advice not woven on aspectpath");}
/////////////////////////////////////////
diff --git a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
index fb50597f2..5954001c6 100644
--- a/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
+++ b/tests/src/org/aspectj/systemtest/ajc153/ajc153.xml
@@ -75,7 +75,7 @@
<run class="Sample" classpath="run.jar,apath.jar"/>
</ajc-test>
- <ajc-test dir="bugs153/pr149071" title="visiblity problem">
+ <ajc-test dir="bugs153/pr149071" title="visibility problem">
<compile files="AspectItd.java"/>
</ajc-test>