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

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

Issue 256553002: Revert "Update all Angular libs (run update_all.sh)." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « pkg/pkgbuild.status ('k') | 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/animate/animation_loop_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/animate/css_animation_spec.dart' a s test_2; 14 import '../../../third_party/pkg/angular/test/change_detection/dirty_checking_ch ange_detector_spec.dart' as test_2;
15 import '../../../third_party/pkg/angular/test/animate/css_animate_spec.dart' as test_3; 15 import '../../../third_party/pkg/angular/test/change_detection/watch_group_spec. dart' as test_3;
16 import '../../../third_party/pkg/angular/test/animate/ng_animate_spec.dart' as t est_4; 16 import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_4;
17 import '../../../third_party/pkg/angular/test/animate/animation_optimizer_spec.d art' as test_5; 17 import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_5;
18 import '../../../third_party/pkg/angular/test/bootstrap_spec.dart' as test_6; 18 import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as tes t_6;
19 import '../../../third_party/pkg/angular/test/change_detection/watch_group_spec. dart' as test_7; 19 import '../../../third_party/pkg/angular/test/core/parser/generated_getter_sette r_spec.dart' as test_7;
20 import '../../../third_party/pkg/angular/test/change_detection/dirty_checking_ch ange_detector_spec.dart' as test_8; 20 import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as te st_8;
21 import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_9; 21 import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as t est_9;
22 import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_1 0; 22 import '../../../third_party/pkg/angular/test/core/parser/static_parser_spec.dar t' as test_10;
23 import '../../../third_party/pkg/angular/test/core/parser/parser_spec.dart' as t est_11; 23 import '../../../third_party/pkg/angular/test/core/registry_spec.dart' as test_1 1;
24 import '../../../third_party/pkg/angular/test/core/parser/generated_getter_sette r_spec.dart' as test_12; 24 import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_12;
25 import '../../../third_party/pkg/angular/test/core/parser/lexer_spec.dart' as te st_13; 25 import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as tes t_13;
26 import '../../../third_party/pkg/angular/test/core/core_directive_spec.dart' as test_14; 26 import '../../../third_party/pkg/angular/test/core/zone_spec.dart' as test_14;
27 import '../../../third_party/pkg/angular/test/core/scope_spec.dart' as test_15; 27 import '../../../third_party/pkg/angular/test/core_dom/block_spec.dart' as test_ 15;
28 import '../../../third_party/pkg/angular/test/core/interpolate_spec.dart' as tes t_16; 28 import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as te st_16;
29 import '../../../third_party/pkg/angular/test/core/cache_spec.dart' as test_17; 29 import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as tes t_17;
30 import '../../../third_party/pkg/angular/test/core/annotation_src_spec.dart' as test_18; 30 import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as t est_18;
31 import '../../../third_party/pkg/angular/test/core/templateurl_spec.dart' as tes t_19; 31 import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_1 9;
32 import '../../../third_party/pkg/angular/test/core_dom/event_handler_spec.dart' as test_20; 32 import '../../../third_party/pkg/angular/test/core_dom/ng_mustache_spec.dart' as test_20;
33 import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_21; 33 import '../../../third_party/pkg/angular/test/core_dom/node_cursor_spec.dart' as test_21;
34 import '../../../third_party/pkg/angular/test/core_dom/element_binder_builder_sp ec.dart' as test_22; 34 import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as te st_22;
35 import '../../../third_party/pkg/angular/test/core_dom/selector_spec.dart' as te st_23; 35 import '../../../third_party/pkg/angular/test/core_dom/shadow_root_options_spec. dart' as test_23;
36 import '../../../third_party/pkg/angular/test/core_dom/compiler_spec.dart' as te st_24; 36 import '../../../third_party/pkg/angular/test/directive/input_select_spec.dart' as test_24;
37 import '../../../third_party/pkg/angular/test/core_dom/ng_animate_spec.dart' as test_25; 37 import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_ 25;
38 import '../../../third_party/pkg/angular/test/core_dom/mustache_spec.dart' as te st_26; 38 import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_26;
39 import '../../../third_party/pkg/angular/test/core_dom/view_spec.dart' as test_2 7; 39 import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as te st_27;
40 import '../../../third_party/pkg/angular/test/core_dom/ng_element_spec.dart' as test_28; 40 import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.da rt' as test_28;
41 import '../../../third_party/pkg/angular/test/core_dom/http_spec.dart' as test_2 9; 41 import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as t est_29;
42 import '../../../third_party/pkg/angular/test/core_dom/cookies_spec.dart' as tes t_30; 42 import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as t est_30;
43 import '../../../third_party/pkg/angular/test/core_dom/directive_spec.dart' as t est_31; 43 import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_31;
44 import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_32; 44 import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as te st_32;
45 import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_33; 45 import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test _33;
46 import '../../../third_party/pkg/angular/test/directive/ng_a_spec.dart' as test_ 34; 46 import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_34;
47 import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_35; 47 import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as t est_35;
48 import '../../../third_party/pkg/angular/test/directive/ng_base_css_spec.dart' a s test_36; 48 import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec .dart' as test_36;
49 import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' a s test_37; 49 import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dar t' as test_37;
50 import '../../../third_party/pkg/angular/test/directive/ng_form_spec.dart' as te st_38; 50 import '../../../third_party/pkg/angular/test/directive/ng_pluralize_spec.dart' as test_38;
51 import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_39; 51 import '../../../third_party/pkg/angular/test/directive/ng_repeat_spec.dart' as test_39;
52 import '../../../third_party/pkg/angular/test/directive/ng_bind_html_spec.dart' as test_40; 52 import '../../../third_party/pkg/angular/test/directive/ng_show_hide_spec.dart' as test_40;
53 import '../../../third_party/pkg/angular/test/directive/ng_non_bindable_spec.dar t' as test_41; 53 import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ' as test_41;
54 import '../../../third_party/pkg/angular/test/directive/ng_include_spec.dart' as test_42; 54 import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as t est_42;
55 import '../../../third_party/pkg/angular/test/directive/ng_style_spec.dart' as t est_43; 55 import '../../../third_party/pkg/angular/test/directive/ng_switch_spec.dart' as test_43;
56 import '../../../third_party/pkg/angular/test/directive/ng_model_datelike_spec.d art' as test_44; 56 import '../../../third_party/pkg/angular/test/directive/ng_template_spec.dart' a s test_44;
57 import '../../../third_party/pkg/angular/test/directive/ng_cloak_spec.dart' as t est_45; 57 import '../../../third_party/pkg/angular/test/filter/currency_spec.dart' as test _45;
58 import '../../../third_party/pkg/angular/test/directive/ng_model_spec.dart' as t est_46; 58 import '../../../third_party/pkg/angular/test/filter/date_spec.dart' as test_46;
59 import '../../../third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ' as test_47; 59 import '../../../third_party/pkg/angular/test/filter/filter_spec.dart' as test_4 7;
60 import '../../../third_party/pkg/angular/test/directive/ng_bind_template_spec.da rt' as test_48; 60 import '../../../third_party/pkg/angular/test/filter/json_spec.dart' as test_48;
61 import '../../../third_party/pkg/angular/test/directive/ng_events_spec.dart' as test_49; 61 import '../../../third_party/pkg/angular/test/filter/limit_to_spec.dart' as test _49;
62 import '../../../third_party/pkg/angular/test/directive/ng_class_spec.dart' as t est_50; 62 import '../../../third_party/pkg/angular/test/filter/lowercase_spec.dart' as tes t_50;
63 import '../../../third_party/pkg/angular/test/directive/ng_if_spec.dart' as test _51; 63 import '../../../third_party/pkg/angular/test/filter/number_spec.dart' as test_5 1;
64 import '../../../third_party/pkg/angular/test/directive/ng_model_validators_spec .dart' as test_52; 64 import '../../../third_party/pkg/angular/test/filter/order_by_spec.dart' as test _52;
65 import '../../../third_party/pkg/angular/test/directive/ng_bind_spec.dart' as te st_53; 65 import '../../../third_party/pkg/angular/test/filter/uppercase_spec.dart' as tes t_53;
66 import '../../../third_party/pkg/angular/test/directive/ng_model_select_spec.dar t' as test_54; 66 import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_5 4;
67 import '../../../third_party/pkg/angular/test/formatter/currency_spec.dart' as t est_55; 67 import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as te st_55;
68 import '../../../third_party/pkg/angular/test/formatter/lowercase_spec.dart' as test_56; 68 import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_5 6;
69 import '../../../third_party/pkg/angular/test/formatter/date_spec.dart' as test_ 57; 69 import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_57;
70 import '../../../third_party/pkg/angular/test/formatter/order_by_spec.dart' as t est_58; 70 import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' a s test_58;
71 import '../../../third_party/pkg/angular/test/formatter/limit_to_spec.dart' as t est_59; 71 import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test _59;
72 import '../../../third_party/pkg/angular/test/formatter/json_spec.dart' as test_ 60; 72 import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test _60;
73 import '../../../third_party/pkg/angular/test/formatter/uppercase_spec.dart' as test_61; 73 import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_61;
74 import '../../../third_party/pkg/angular/test/formatter/arrayify_spec.dart' as t est_62;
75 import '../../../third_party/pkg/angular/test/formatter/filter_spec.dart' as tes t_63;
76 import '../../../third_party/pkg/angular/test/formatter/number_spec.dart' as tes t_64;
77 import '../../../third_party/pkg/angular/test/introspection_spec.dart' as test_6 5;
78 import '../../../third_party/pkg/angular/test/jasmines_syntax_spec.dart' as test _66;
79 import '../../../third_party/pkg/angular/test/mock/zone_spec.dart' as test_67;
80 import '../../../third_party/pkg/angular/test/mock/test_bed_spec.dart' as test_6 8;
81 import '../../../third_party/pkg/angular/test/mock/http_backend_spec.dart' as te st_69;
82 import '../../../third_party/pkg/angular/test/routing/ng_bind_route_spec.dart' a s test_70;
83 import '../../../third_party/pkg/angular/test/routing/routing_spec.dart' as test _71;
84 import '../../../third_party/pkg/angular/test/routing/ng_view_spec.dart' as test _72;
85 import '../../../third_party/pkg/angular/test/_specs_spec.dart' as test_73;
86 74
87 main() { 75 main() {
88 useHtmlIndividualConfiguration(); 76 useHtmlIndividualConfiguration();
89 77
90 setUp(() { 78 setUp(() {
91 setUpInjector(); 79 setUpInjector();
92 }); 80 });
93 81
94 group('angular', () { 82 group('angular', () {
95 test_0.main(); 83 test_0.main();
96 }); 84 });
97 85
98 group('animate/animation_loop', () { 86 group('bootstrap', () {
99 test_1.main(); 87 test_1.main();
100 }); 88 });
101 89
102 group('animate/css_animation', () { 90 group('change_detection/dirty_checking_change_detector', () {
103 test_2.main(); 91 test_2.main();
104 }); 92 });
105 93
106 group('animate/css_animate', () { 94 group('change_detection/watch_group', () {
107 test_3.main(); 95 test_3.main();
108 }); 96 });
109 97
110 group('animate/ng_animate', () { 98 group('core/cache', () {
111 test_4.main(); 99 test_4.main();
112 }); 100 });
113 101
114 group('animate/animation_optimizer', () { 102 group('core/core_directive', () {
115 test_5.main(); 103 test_5.main();
116 }); 104 });
117 105
118 group('bootstrap', () { 106 group('core/interpolate', () {
119 test_6.main(); 107 test_6.main();
120 }); 108 });
121 109
122 group('change_detection/watch_group', () { 110 group('core/parser/generated_getter_setter', () {
123 test_7.main(); 111 test_7.main();
124 }); 112 });
125 113
126 group('change_detection/dirty_checking_change_detector', () { 114 group('core/parser/lexer', () {
127 test_8.main(); 115 test_8.main();
128 }); 116 });
129 117
130 group('core/zone', () { 118 group('core/parser/parser', () {
131 test_9.main(); 119 test_9.main();
132 }); 120 });
133 121
134 group('core/registry', () { 122 group('core/parser/static_parser', () {
135 test_10.main(); 123 test_10.main();
136 }); 124 });
137 125
138 group('core/parser/parser', () { 126 group('core/registry', () {
139 test_11.main(); 127 test_11.main();
140 }); 128 });
141 129
142 group('core/parser/generated_getter_setter', () { 130 group('core/scope', () {
143 test_12.main(); 131 test_12.main();
144 }); 132 });
145 133
146 group('core/parser/lexer', () { 134 group('core/templateurl', () {
147 test_13.main(); 135 test_13.main();
148 }); 136 });
149 137
150 group('core/core_directive', () { 138 group('core/zone', () {
151 test_14.main(); 139 test_14.main();
152 }); 140 });
153 141
154 group('core/scope', () { 142 group('core_dom/block', () {
155 test_15.main(); 143 test_15.main();
156 }); 144 });
157 145
158 group('core/interpolate', () { 146 group('core_dom/compiler', () {
159 test_16.main(); 147 test_16.main();
160 }); 148 });
161 149
162 group('core/cache', () { 150 group('core_dom/cookies', () {
163 test_17.main(); 151 test_17.main();
164 }); 152 });
165 153
166 group('core/annotation_src', () { 154 group('core_dom/directive', () {
167 test_18.main(); 155 test_18.main();
168 }); 156 });
169 157
170 group('core/templateurl', () { 158 group('core_dom/http', () {
171 test_19.main(); 159 test_19.main();
172 }); 160 });
173 161
174 group('core_dom/event_handler', () { 162 group('core_dom/ng_mustache', () {
175 test_20.main(); 163 test_20.main();
176 }); 164 });
177 165
178 group('core_dom/node_cursor', () { 166 group('core_dom/node_cursor', () {
179 test_21.main(); 167 test_21.main();
180 }); 168 });
181 169
182 group('core_dom/element_binder_builder', () { 170 group('core_dom/selector', () {
183 test_22.main(); 171 test_22.main();
184 }); 172 });
185 173
186 group('core_dom/selector', () { 174 group('core_dom/shadow_root_options', () {
187 test_23.main(); 175 test_23.main();
188 }); 176 });
189 177
190 group('core_dom/compiler', () { 178 group('directive/input_select', () {
191 test_24.main(); 179 test_24.main();
192 }); 180 });
193 181
194 group('core_dom/ng_animate', () { 182 group('directive/ng_a', () {
195 test_25.main(); 183 test_25.main();
196 }); 184 });
197 185
198 group('core_dom/mustache', () { 186 group('directive/ng_bind_html', () {
199 test_26.main(); 187 test_26.main();
200 }); 188 });
201 189
202 group('core_dom/view', () { 190 group('directive/ng_bind', () {
203 test_27.main(); 191 test_27.main();
204 }); 192 });
205 193
206 group('core_dom/ng_element', () { 194 group('directive/ng_bind_template', () {
207 test_28.main(); 195 test_28.main();
208 }); 196 });
209 197
210 group('core_dom/http', () { 198 group('directive/ng_class', () {
211 test_29.main(); 199 test_29.main();
212 }); 200 });
213 201
214 group('core_dom/cookies', () { 202 group('directive/ng_cloak', () {
215 test_30.main(); 203 test_30.main();
216 }); 204 });
217 205
218 group('core_dom/directive', () { 206 group('directive/ng_events', () {
219 test_31.main(); 207 test_31.main();
220 }); 208 });
221 209
222 group('directive/ng_repeat', () { 210 group('directive/ng_form', () {
223 test_32.main(); 211 test_32.main();
224 }); 212 });
225 213
226 group('directive/ng_show_hide', () { 214 group('directive/ng_if', () {
227 test_33.main(); 215 test_33.main();
228 }); 216 });
229 217
230 group('directive/ng_a', () { 218 group('directive/ng_include', () {
231 test_34.main(); 219 test_34.main();
232 }); 220 });
233 221
234 group('directive/ng_pluralize', () { 222 group('directive/ng_model', () {
235 test_35.main(); 223 test_35.main();
236 }); 224 });
237 225
238 group('directive/ng_base_css', () { 226 group('directive/ng_model_validators', () {
239 test_36.main(); 227 test_36.main();
240 }); 228 });
241 229
242 group('directive/ng_template', () { 230 group('directive/ng_non_bindable', () {
243 test_37.main(); 231 test_37.main();
244 }); 232 });
245 233
246 group('directive/ng_form', () { 234 group('directive/ng_pluralize', () {
247 test_38.main(); 235 test_38.main();
248 }); 236 });
249 237
250 group('directive/ng_switch', () { 238 group('directive/ng_repeat', () {
251 test_39.main(); 239 test_39.main();
252 }); 240 });
253 241
254 group('directive/ng_bind_html', () { 242 group('directive/ng_show_hide', () {
255 test_40.main(); 243 test_40.main();
256 }); 244 });
257 245
258 group('directive/ng_non_bindable', () { 246 group('directive/ng_src_boolean', () {
259 test_41.main(); 247 test_41.main();
260 }); 248 });
261 249
262 group('directive/ng_include', () { 250 group('directive/ng_style', () {
263 test_42.main(); 251 test_42.main();
264 }); 252 });
265 253
266 group('directive/ng_style', () { 254 group('directive/ng_switch', () {
267 test_43.main(); 255 test_43.main();
268 }); 256 });
269 257
270 group('directive/ng_model_datelike', () { 258 group('directive/ng_template', () {
271 test_44.main(); 259 test_44.main();
272 }); 260 });
273 261
274 group('directive/ng_cloak', () { 262 group('filter/currency', () {
275 test_45.main(); 263 test_45.main();
276 }); 264 });
277 265
278 group('directive/ng_model', () { 266 group('filter/date', () {
279 test_46.main(); 267 test_46.main();
280 }); 268 });
281 269
282 group('directive/ng_src_boolean', () { 270 group('filter/filter', () {
283 test_47.main(); 271 test_47.main();
284 }); 272 });
285 273
286 group('directive/ng_bind_template', () { 274 group('filter/json', () {
287 test_48.main(); 275 test_48.main();
288 }); 276 });
289 277
290 group('directive/ng_events', () { 278 group('filter/limit_to', () {
291 test_49.main(); 279 test_49.main();
292 }); 280 });
293 281
294 group('directive/ng_class', () { 282 group('filter/lowercase', () {
295 test_50.main(); 283 test_50.main();
296 }); 284 });
297 285
298 group('directive/ng_if', () { 286 group('filter/number', () {
299 test_51.main(); 287 test_51.main();
300 }); 288 });
301 289
302 group('directive/ng_model_validators', () { 290 group('filter/order_by', () {
303 test_52.main(); 291 test_52.main();
304 }); 292 });
305 293
306 group('directive/ng_bind', () { 294 group('filter/uppercase', () {
307 test_53.main(); 295 test_53.main();
308 }); 296 });
309 297
310 group('directive/ng_model_select', () { 298 group('introspection', () {
311 test_54.main(); 299 test_54.main();
312 }); 300 });
313 301
314 group('formatter/currency', () { 302 group('mock/http_backend', () {
315 test_55.main(); 303 test_55.main();
316 }); 304 });
317 305
318 group('formatter/lowercase', () { 306 group('mock/test_bed', () {
319 test_56.main(); 307 test_56.main();
320 }); 308 });
321 309
322 group('formatter/date', () { 310 group('mock/zone', () {
323 test_57.main(); 311 test_57.main();
324 }); 312 });
325 313
326 group('formatter/order_by', () { 314 group('routing/ng_bind_route', () {
327 test_58.main(); 315 test_58.main();
328 }); 316 });
329 317
330 group('formatter/limit_to', () { 318 group('routing/ng_view', () {
331 test_59.main(); 319 test_59.main();
332 }); 320 });
333 321
334 group('formatter/json', () { 322 group('routing/routing', () {
335 test_60.main(); 323 test_60.main();
336 }); 324 });
337 325
338 group('formatter/uppercase', () { 326 group('_specs', () {
339 test_61.main(); 327 test_61.main();
340 }); 328 });
341
342 group('formatter/arrayify', () {
343 test_62.main();
344 });
345
346 group('formatter/filter', () {
347 test_63.main();
348 });
349
350 group('formatter/number', () {
351 test_64.main();
352 });
353
354 group('introspection', () {
355 test_65.main();
356 });
357
358 group('jasmines_syntax', () {
359 test_66.main();
360 });
361
362 group('mock/zone', () {
363 test_67.main();
364 });
365
366 group('mock/test_bed', () {
367 test_68.main();
368 });
369
370 group('mock/http_backend', () {
371 test_69.main();
372 });
373
374 group('routing/ng_bind_route', () {
375 test_70.main();
376 });
377
378 group('routing/routing', () {
379 test_71.main();
380 });
381
382 group('routing/ng_view', () {
383 test_72.main();
384 });
385
386 group('_specs', () {
387 test_73.main();
388 });
389 } 329 }
OLDNEW
« no previous file with comments | « pkg/pkgbuild.status ('k') | pkg/third_party/angular_tests/vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698