Chromium Code Reviews| Index: client/tests/client/json/json_tests.dart |
| diff --git a/client/tests/client/json/json_tests.dart b/client/tests/client/json/json_tests.dart |
| index a0339531c4ad78b4353fc03021a5bee49e597d79..41eca73448a02d687383d4e06a71e1d726e11f60 100644 |
| --- a/client/tests/client/json/json_tests.dart |
| +++ b/client/tests/client/json/json_tests.dart |
| @@ -6,9 +6,11 @@ |
| #import('dart:json'); |
| #import('dart:html'); |
| -#import('../../../../lib/unittest/unittest_dom.dart'); |
| +#import('../../../../lib/unittest/unittest.dart'); |
| +#import('../../../../lib/unittest/html_config.dart'); |
| main() { |
| + useHtmlConfiguration(); |
|
Bob Nystrom
2012/04/12 16:45:49
Is this needed? Can we run JSON tests on all platf
Siggi Cherem (dart-lang)
2012/04/12 17:36:28
It wont be needed in the near future (step 4) :)
|
| test('Parse', () { |
| // Scalars. |
| expect(JSON.parse(' 5 ')).equals(5); |