Browse Source

149071 testcase

tags/PRE_PIPELINE
aclement 18 years ago
parent
commit
00669de71f

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc153/Ajc153Tests.java View 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");}
/////////////////////////////////////////

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc153/ajc153.xml View 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>

Loading…
Cancel
Save