]> source.dussan.org Git - aspectj.git/commitdiff
149071 testcase
authoraclement <aclement>
Thu, 6 Jul 2006 08:36:13 +0000 (08:36 +0000)
committeraclement <aclement>
Thu, 6 Jul 2006 08:36:13 +0000 (08:36 +0000)
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java
tests/src/org/aspectj/systemtest/ajc153/ajc153.xml

index 7bdb942eb7a0358e0e39c2461440dab5552871b0..8d0a2f602a214c211bbc9dba4f7e57eb0140e34c 100644 (file)
@@ -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");}
   
   /////////////////////////////////////////
index fb50597f2f0aa35ee2bcf1a413024fee7132265c..5954001c60795b7919ffc90a4b197df4312a3ce4 100644 (file)
@@ -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>