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

Unified Diff: client/tests/client/json/json_tests.dart

Issue 10037027: unittest step2: bye bye to multiple entrypoints for unittest (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
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();
test('Parse', () {
// Scalars.
expect(JSON.parse(' 5 ')).equals(5);
« no previous file with comments | « client/tests/client/html/html_tests.dart ('k') | client/tests/client/samples/smoketest/dartWebBase_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698