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

Unified Diff: client/tests/client/html/html_tests.dart

Issue 8341027: Fix client/html_tests so they use the new framework. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 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/html/html_tests.dart
diff --git a/client/tests/client/html/html_tests.dart b/client/tests/client/html/html_tests.dart
index cd48754e03dffabc4f49126f6ac180289efd9842..10375556b2ba4ec83de784b0b44d8bb9ad6b21e8 100644
--- a/client/tests/client/html/html_tests.dart
+++ b/client/tests/client/html/html_tests.dart
@@ -17,6 +17,6 @@
#source('DocumentFragmentTests.dart');
main() {
- CSSStyleDeclarationTests.main();
- DocumentFragmentTests.main();
+ group('CSSStyleDeclaration', testCSSStyleDeclaration);
+ group('DocumentFragment', testDocumentFragment);
}

Powered by Google App Engine
This is Rietveld 408576698