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

Unified Diff: utils/tip/froggertest.html

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
« no previous file with comments | « utils/tests/pub/test_pub.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/froggertest.html
diff --git a/utils/tip/froggertest.html b/utils/tip/froggertest.html
index 34bcb41a105285286caf6fc53c80ee3639459504..4ff08b1f6202e964f2b6468d8a09226d67cb747b 100644
--- a/utils/tip/froggertest.html
+++ b/utils/tip/froggertest.html
@@ -4,9 +4,11 @@
src="../../lib/unittest/test_controller.js"></script>
<script type="application/dart">
#import('dart:dom');
-#import('../../lib/unittest/unittest_dom.dart');
+#import('../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/dom_configuration.dart');
void main() {
+ useDomConfiguration();
test('MathTest', () { Expect.equals(2, 1 + 1); });
test('BoolTest', () { Expect.notEquals(true, false); });
}
« no previous file with comments | « utils/tests/pub/test_pub.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698