aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/org/aspectj/systemtest/ajc1811/ajc1811.xml
blob: f4e321e5cc4d1cb028bdea3193c6509a3d2d5670 (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
<!DOCTYPE suite SYSTEM "../tests/ajcTestSuite.dtd"[]>

<suite>

	<ajc-test dir="bugs1811/parameterizedWithInner" title="parameterized with inner">
		<compile options="-1.8" files="Code.java"/>
	</ajc-test>
	
	<ajc-test dir="bugs1811/509235" title="multiargs">
		<compile options="-1.8" files="Code.java"/>
		<run class="Code">
			<stdout>
				<line text="username = fooname"/>
				<line text="username = barname"/>
			</stdout>
		</run>
	</ajc-test>

	<ajc-test dir="bugs1811/509235" title="multiargs - no ellipsis">
		<compile options="-1.8" files="Code2.java"/>
		<run class="Code2">
			<stdout>
				<line text="username = fooname"/>
				<line text="username = barname"/>
			</stdout>
		</run>
	</ajc-test>
	
</suite>