summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraclement <aclement>2005-06-08 13:19:13 +0000
committeraclement <aclement>2005-06-08 13:19:13 +0000
commit9e8ff934c46e4169bdcaebb64d5d752540bb95b5 (patch)
tree51e825be6244257d70745d2cda03d12e07e2c522
parentd69548ecc12da813e31f1128bfcb6fb449ffb202 (diff)
downloadaspectj-9e8ff934c46e4169bdcaebb64d5d752540bb95b5.tar.gz
aspectj-9e8ff934c46e4169bdcaebb64d5d752540bb95b5.zip
Tests for 98901: annotation copying on public ITDs
-rw-r--r--tests/src/org/aspectj/systemtest/ajc150/ajc150.xml40
1 files changed, 29 insertions, 11 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
index 41b2a7780..1412d4dfc 100644
--- a/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
+++ b/tests/src/org/aspectj/systemtest/ajc150/ajc150.xml
@@ -503,6 +503,22 @@
<run class="a.b.c.A"/>
</ajc-test>
+ <ajc-test dir="java5/annotations/itds" vm="1.5" title="annotated public itds">
+ <compile files="AtItd2.aj" options="-1.5"/>
+ <run class="AtItd2"/>
+ </ajc-test>
+
+ <ajc-test dir="java5/annotations/itds" vm="1.5" title="annotated public itds - values">
+ <compile files="AtItd3.aj" options="-1.5"/>
+ <run class="AtItd3"/>
+ </ajc-test>
+
+ <ajc-test dir="java5/annotations/itds" vm="1.5" title="annotated public itds - multiple complex annotations">
+ <compile files="AtItd4.aj" options="-1.5"/>
+ <run class="AtItd4"/>
+ </ajc-test>
+
+
<ajc-test dir="java5/annotations/itds" vm="1.5" title="nasty annotation and itds test">
<compile files="AnnotationsAndITDs.aj" options="-1.5">
<!-- first two are ITCs, second two are ITCs annotated via declare @ctor, third is default ctor -->
@@ -2269,11 +2285,21 @@
// generic ITDs
+ <ajc-test dir="java5/generics/itds" title="ITDs on generic type">
+ <compile files="Parse5.java" options="-1.5">
+ <message kind="error" line="9"/>
+ <message kind="error" line="11"/>
+ <message kind="error" line="13"/>
+ <message kind="error" line="15"/>
+ </compile>
+ </ajc-test>
+
<ajc-test dir="java5/generics/itds" title="itd of non static member">
<compile files="A.java" options="-1.5"/>
<run class="A">
<stderr>
- <line text="fillthisin"/>
+ <line text="min(2,4)=>2"/>
+ <line text="max(2,4)=>4"/>
</stderr>
</run>
</ajc-test>
@@ -2282,7 +2308,8 @@
<compile files="B.java" options="-1.5"/>
<run class="B">
<stderr>
- <line text="fillthisin..."/>
+ <line text="min(2,4)=>2"/>
+ <line text="max(2,4)=>4"/>
</stderr>
</run>
</ajc-test>
@@ -2321,15 +2348,6 @@
<compile files="Parse4.java" options="-1.5"/>
</ajc-test>
- <ajc-test dir="java5/generics/itds" title="ITDs on generic type">
- <compile files="Parse5.java" options="-1.5">
- <message kind="error" line="9"/>
- <message kind="error" line="11"/>
- <message kind="error" line="13"/>
- <message kind="error" line="15"/>
- </compile>
- </ajc-test>
-
// end of generic ITDs
// generic decps
backport/47316/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/core/l10n/cs_CZ.php
blob: ffe34f7828082ff37f7ac742475d491d71685a99 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184