aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/model/model.xml
blob: 5a1843e22ab6959edeed6389d930b80d6866a418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<!-- Model and Hierarchy Tests -->
<suite>

    <ajc-test dir="model/pr145963_1" title="sourcelocation and jar file">
      <compile files="C.java, SourceAspect.aj" aspectpath="simple.jar" options="-emacssym">
		<message kind="warning" line="6" text="There should be no printlns"/>
	  </compile>
    </ajc-test>

    <ajc-test dir="model/pr145963_2" title="sourcelocation and class file">
      <compile files="C.java, SourceAspect.aj" aspectpath="pkg" options="-emacssym">
		<message kind="warning" line="6" text="There should be no printlns"/>
	  </compile>
    </ajc-test>

   <ajc-test dir="model/pr145963_3" title="aspect in default package">
      <compile files="C.java" aspectpath="simple.jar" options="-emacssym">
		<message kind="warning" line="6" text="There should be no printlns"/>
	</compile>
    </ajc-test>

   <ajc-test dir="model/pr145963_4" title="aspect in java file">
      <compile files="C.java" aspectpath="simple.jar" options="-emacssym">
		<message kind="warning" line="6" text="There should be no printlns"/>
	</compile>
    </ajc-test>


</suite>