Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Side by Side Diff: pkg/third_party/angular_tests/browser_test.dart

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/third_party/angular_tests/vm_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /// auto-generated by update_angular.sh 1 /// auto-generated by update_angular.sh
2 2
3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
4 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
5 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
6 6
7 library angular_browser_tests; 7 library angular_browser_tests;
8 8
9 import 'package:angular/mock/module.dart'; 9 import 'package:angular/mock/module.dart';
10 import 'package:unittest/html_individual_config.dart'; 10 import 'package:unittest/html_individual_config.dart';
11 import 'package:unittest/unittest.dart'; 11 import 'package:unittest/unittest.dart';
12 import '../../../third_party/pkg/angular/test/angular_spec.dart' as test_0; 12 import '../../../third_party/pkg/angular/test/angular_spec.dart' as test_0;
13 import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_1; 13 import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_1;
14 import '../../../third_party/pkg/angular/test/change_detection/watch_group_spec. dart' as test_2; 14 import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_2;
15 import '../../../third_party/pkg/angular/test/change_detection/dirty_checking_ch ange_detector_spec.dart' as test_3; 15 import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_3;
16 import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_4; 16 import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as tes t_4;
17 import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_5 ; 17 import '../../../third_party/pkg/angular/test/core/parser/generated_getter_sette r_spec.dart' as test_5;
18 import '../../../third_party/pkg/angular/test/core/parser/static_parser_spec.dar t' as test_6; 18 import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as te st_6;
19 import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as t est_7; 19 import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as t est_7;
20 import '../../../third_party/pkg/angular/test/core/parser/generated_getter_sette r_spec.dart' as test_8; 20 import '../../../third_party/pkg/angular/test/core/parser/static_parser_spec.dar t' as test_8;
21 import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as te st_9; 21 import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_9 ;
22 import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_10; 22 import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_10;
23 import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_11; 23 import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as tes t_11;
24 import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as tes t_12; 24 import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_12;
25 import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_13; 25 import '../../../third_party/pkg/angular/test/core_dom/block_spec.dart' as test_ 13;
26 import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as tes t_14; 26 import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as te st_14;
27 import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_15; 27 import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as tes t_15;
28 import '../../../third_party/pkg/angular/test/core_dom/shadow_root_options_spec. dart' as test_16; 28 import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as t est_16;
29 import '../../../third_party/pkg/angular/test/core_dom/block_spec.dart' as test_ 17; 29 import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_1 7;
30 import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as te st_18; 30 import '../../../third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart' as test_18;
31 import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as te st_19; 31 import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_19;
32 import '../../../third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart' as test_20; 32 import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as te st_20;
33 import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_2 1; 33 import '../../../third_party/pkg/angular/test/core_dom/shadow_root_options_spec. dart' as test_21;
34 import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as tes t_22; 34 import '../../../third_party/pkg/angular/test/directive/input_select_spec.dart' as test_22;
35 import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as t est_23; 35 import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_ 23;
36 import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_24; 36 import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_24;
37 import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_25; 37 import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as te st_25;
38 import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_ 26; 38 import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.da rt' as test_26;
39 import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_27; 39 import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as t est_27;
40 import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' a s test_28; 40 import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as t est_28;
41 import '../../../third_party/pkg/angular/test/directive/input_select_spec.dart' as test_29; 41 import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_29;
42 import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as te st_30; 42 import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as te st_30;
43 import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_31; 43 import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test _31;
44 import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_32; 44 import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_32;
45 import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dar t' as test_33; 45 import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as t est_33;
46 import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_34; 46 import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec .dart' as test_34;
47 import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as t est_35; 47 import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dar t' as test_35;
48 import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as t est_36; 48 import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_36;
49 import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as t est_37; 49 import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_37;
50 import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ' as test_38; 50 import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_38;
51 import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.da rt' as test_39; 51 import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ' as test_39;
52 import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_40; 52 import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as t est_40;
53 import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as t est_41; 53 import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_41;
54 import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test _42; 54 import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' a s test_42;
55 import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec .dart' as test_43; 55 import '../../../third_party/pkg/angular/test/filter/currency_spec.dart' as test _43;
56 import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as te st_44; 56 import '../../../third_party/pkg/angular/test/filter/date_spec.dart' as test_44;
57 import '../../../third_party/pkg/angular/test/filter/currency_spec.dart' as test _45; 57 import '../../../third_party/pkg/angular/test/filter/filter_spec.dart' as test_4 5;
58 import '../../../third_party/pkg/angular/test/filter/lowercase_spec.dart' as tes t_46; 58 import '../../../third_party/pkg/angular/test/filter/json_spec.dart' as test_46;
59 import '../../../third_party/pkg/angular/test/filter/date_spec.dart' as test_47; 59 import '../../../third_party/pkg/angular/test/filter/limit_to_spec.dart' as test _47;
60 import '../../../third_party/pkg/angular/test/filter/order_by_spec.dart' as test _48; 60 import '../../../third_party/pkg/angular/test/filter/lowercase_spec.dart' as tes t_48;
61 import '../../../third_party/pkg/angular/test/filter/limit_to_spec.dart' as test _49; 61 import '../../../third_party/pkg/angular/test/filter/number_spec.dart' as test_4 9;
62 import '../../../third_party/pkg/angular/test/filter/json_spec.dart' as test_50; 62 import '../../../third_party/pkg/angular/test/filter/order_by_spec.dart' as test _50;
63 import '../../../third_party/pkg/angular/test/filter/uppercase_spec.dart' as tes t_51; 63 import '../../../third_party/pkg/angular/test/filter/uppercase_spec.dart' as tes t_51;
64 import '../../../third_party/pkg/angular/test/filter/filter_spec.dart' as test_5 2; 64 import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_5 2;
65 import '../../../third_party/pkg/angular/test/filter/number_spec.dart' as test_5 3; 65 import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as te st_53;
66 import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_5 4; 66 import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_5 4;
67 import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_55; 67 import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_55;
68 import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_5 6; 68 import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' a s test_56;
69 import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as te st_57; 69 import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test _57;
70 import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' a s test_58; 70 import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test _58;
71 import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test _59; 71 import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_59;
72 import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test _60;
73 import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_61;
74 72
75 main() { 73 main() {
76 useHtmlIndividualConfiguration(); 74 useHtmlIndividualConfiguration();
77 75
78 setUp(() { 76 setUp(() {
79 setUpInjector(); 77 setUpInjector();
80 }); 78 });
81 79
82 group('angular', () { 80 group('angular', () {
83 test_0.main(); 81 test_0.main();
84 }); 82 });
85 83
86 group('bootstrap', () { 84 group('bootstrap', () {
87 test_1.main(); 85 test_1.main();
88 }); 86 });
89 87
90 group('change_detection/watch_group', () { 88 group('core/cache', () {
91 test_2.main(); 89 test_2.main();
92 }); 90 });
93 91
94 group('change_detection/dirty_checking_change_detector', () { 92 group('core/core_directive', () {
95 test_3.main(); 93 test_3.main();
96 }); 94 });
97 95
98 group('core/zone', () { 96 group('core/interpolate', () {
99 test_4.main(); 97 test_4.main();
100 }); 98 });
101 99
102 group('core/registry', () { 100 group('core/parser/generated_getter_setter', () {
103 test_5.main(); 101 test_5.main();
104 }); 102 });
105 103
106 group('core/parser/static_parser', () { 104 group('core/parser/lexer', () {
107 test_6.main(); 105 test_6.main();
108 }); 106 });
109 107
110 group('core/parser/parser', () { 108 group('core/parser/parser', () {
111 test_7.main(); 109 test_7.main();
112 }); 110 });
113 111
114 group('core/parser/generated_getter_setter', () { 112 group('core/parser/static_parser', () {
115 test_8.main(); 113 test_8.main();
116 }); 114 });
117 115
118 group('core/parser/lexer', () { 116 group('core/registry', () {
119 test_9.main(); 117 test_9.main();
120 }); 118 });
121 119
122 group('core/core_directive', () { 120 group('core/scope', () {
123 test_10.main(); 121 test_10.main();
124 }); 122 });
125 123
126 group('core/scope', () { 124 group('core/templateurl', () {
127 test_11.main(); 125 test_11.main();
128 }); 126 });
129 127
130 group('core/interpolate', () { 128 group('core/zone', () {
131 test_12.main(); 129 test_12.main();
132 }); 130 });
133 131
134 group('core/cache', () { 132 group('core_dom/block', () {
135 test_13.main(); 133 test_13.main();
136 }); 134 });
137 135
138 group('core/templateurl', () { 136 group('core_dom/compiler', () {
139 test_14.main(); 137 test_14.main();
140 }); 138 });
141 139
142 group('core_dom/node_cursor', () { 140 group('core_dom/cookies', () {
143 test_15.main(); 141 test_15.main();
144 }); 142 });
145 143
146 group('core_dom/shadow_root_options', () { 144 group('core_dom/directive', () {
147 test_16.main(); 145 test_16.main();
148 }); 146 });
149 147
150 group('core_dom/block', () { 148 group('core_dom/http', () {
151 test_17.main(); 149 test_17.main();
152 }); 150 });
153 151
154 group('core_dom/selector', () { 152 group('core_dom/ng_mustache', () {
155 test_18.main(); 153 test_18.main();
156 }); 154 });
157 155
158 group('core_dom/compiler', () { 156 group('core_dom/node_cursor', () {
159 test_19.main(); 157 test_19.main();
160 }); 158 });
161 159
162 group('core_dom/ng_mustache', () { 160 group('core_dom/selector', () {
163 test_20.main(); 161 test_20.main();
164 }); 162 });
165 163
166 group('core_dom/http', () { 164 group('core_dom/shadow_root_options', () {
167 test_21.main(); 165 test_21.main();
168 }); 166 });
169 167
170 group('core_dom/cookies', () { 168 group('directive/input_select', () {
171 test_22.main(); 169 test_22.main();
172 }); 170 });
173 171
174 group('core_dom/directive', () { 172 group('directive/ng_a', () {
175 test_23.main(); 173 test_23.main();
176 }); 174 });
177 175
178 group('directive/ng_repeat', () { 176 group('directive/ng_bind_html', () {
179 test_24.main(); 177 test_24.main();
180 }); 178 });
181 179
182 group('directive/ng_show_hide', () { 180 group('directive/ng_bind', () {
183 test_25.main(); 181 test_25.main();
184 }); 182 });
185 183
186 group('directive/ng_a', () { 184 group('directive/ng_bind_template', () {
187 test_26.main(); 185 test_26.main();
188 }); 186 });
189 187
190 group('directive/ng_pluralize', () { 188 group('directive/ng_class', () {
191 test_27.main(); 189 test_27.main();
192 }); 190 });
193 191
194 group('directive/ng_template', () { 192 group('directive/ng_cloak', () {
195 test_28.main(); 193 test_28.main();
196 }); 194 });
197 195
198 group('directive/input_select', () { 196 group('directive/ng_events', () {
199 test_29.main(); 197 test_29.main();
200 }); 198 });
201 199
202 group('directive/ng_form', () { 200 group('directive/ng_form', () {
203 test_30.main(); 201 test_30.main();
204 }); 202 });
205 203
206 group('directive/ng_switch', () { 204 group('directive/ng_if', () {
207 test_31.main(); 205 test_31.main();
208 }); 206 });
209 207
210 group('directive/ng_bind_html', () { 208 group('directive/ng_include', () {
211 test_32.main(); 209 test_32.main();
212 }); 210 });
213 211
214 group('directive/ng_non_bindable', () { 212 group('directive/ng_model', () {
215 test_33.main(); 213 test_33.main();
216 }); 214 });
217 215
218 group('directive/ng_include', () { 216 group('directive/ng_model_validators', () {
219 test_34.main(); 217 test_34.main();
220 }); 218 });
221 219
222 group('directive/ng_style', () { 220 group('directive/ng_non_bindable', () {
223 test_35.main(); 221 test_35.main();
224 }); 222 });
225 223
226 group('directive/ng_cloak', () { 224 group('directive/ng_pluralize', () {
227 test_36.main(); 225 test_36.main();
228 }); 226 });
229 227
230 group('directive/ng_model', () { 228 group('directive/ng_repeat', () {
231 test_37.main(); 229 test_37.main();
232 }); 230 });
233 231
234 group('directive/ng_src_boolean', () { 232 group('directive/ng_show_hide', () {
235 test_38.main(); 233 test_38.main();
236 }); 234 });
237 235
238 group('directive/ng_bind_template', () { 236 group('directive/ng_src_boolean', () {
239 test_39.main(); 237 test_39.main();
240 }); 238 });
241 239
242 group('directive/ng_events', () { 240 group('directive/ng_style', () {
243 test_40.main(); 241 test_40.main();
244 }); 242 });
245 243
246 group('directive/ng_class', () { 244 group('directive/ng_switch', () {
247 test_41.main(); 245 test_41.main();
248 }); 246 });
249 247
250 group('directive/ng_if', () { 248 group('directive/ng_template', () {
251 test_42.main(); 249 test_42.main();
252 }); 250 });
253 251
254 group('directive/ng_model_validators', () { 252 group('filter/currency', () {
255 test_43.main(); 253 test_43.main();
256 }); 254 });
257 255
258 group('directive/ng_bind', () { 256 group('filter/date', () {
259 test_44.main(); 257 test_44.main();
260 }); 258 });
261 259
262 group('filter/currency', () { 260 group('filter/filter', () {
263 test_45.main(); 261 test_45.main();
264 }); 262 });
265 263
266 group('filter/lowercase', () { 264 group('filter/json', () {
267 test_46.main(); 265 test_46.main();
268 }); 266 });
269 267
270 group('filter/date', () { 268 group('filter/limit_to', () {
271 test_47.main(); 269 test_47.main();
272 }); 270 });
273 271
274 group('filter/order_by', () { 272 group('filter/lowercase', () {
275 test_48.main(); 273 test_48.main();
276 }); 274 });
277 275
278 group('filter/limit_to', () { 276 group('filter/number', () {
279 test_49.main(); 277 test_49.main();
280 }); 278 });
281 279
282 group('filter/json', () { 280 group('filter/order_by', () {
283 test_50.main(); 281 test_50.main();
284 }); 282 });
285 283
286 group('filter/uppercase', () { 284 group('filter/uppercase', () {
287 test_51.main(); 285 test_51.main();
288 }); 286 });
289 287
290 group('filter/filter', () { 288 group('introspection', () {
291 test_52.main(); 289 test_52.main();
292 }); 290 });
293 291
294 group('filter/number', () { 292 group('mock/http_backend', () {
295 test_53.main(); 293 test_53.main();
296 }); 294 });
297 295
298 group('introspection', () { 296 group('mock/test_bed', () {
299 test_54.main(); 297 test_54.main();
300 }); 298 });
301 299
302 group('mock/zone', () { 300 group('mock/zone', () {
303 test_55.main(); 301 test_55.main();
304 }); 302 });
305 303
306 group('mock/test_bed', () { 304 group('routing/ng_bind_route', () {
307 test_56.main(); 305 test_56.main();
308 }); 306 });
309 307
310 group('mock/http_backend', () { 308 group('routing/ng_view', () {
311 test_57.main(); 309 test_57.main();
312 }); 310 });
313 311
314 group('routing/ng_bind_route', () { 312 group('routing/routing', () {
315 test_58.main(); 313 test_58.main();
316 }); 314 });
317 315
318 group('routing/routing', () { 316 group('_specs', () {
319 test_59.main(); 317 test_59.main();
320 }); 318 });
321
322 group('routing/ng_view', () {
323 test_60.main();
324 });
325
326 group('_specs', () {
327 test_61.main();
328 });
329 } 319 }
OLDNEW
« no previous file with comments | « no previous file | pkg/third_party/angular_tests/vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698