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

Unified Diff: samples/tests/samples/src/total/TotalTest.dart

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 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 | « samples/tests/samples/src/swarm/SwarmTest.dart ('k') | samples/tests/samples/src/total/total_test_lib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/tests/samples/src/total/TotalTest.dart
diff --git a/samples/tests/samples/total/total_tests.dart b/samples/tests/samples/src/total/TotalTest.dart
similarity index 54%
rename from samples/tests/samples/total/total_tests.dart
rename to samples/tests/samples/src/total/TotalTest.dart
index a5bfd1ef98b4766478613270f3aefa0e95cea3d0..cb6011411e8e813a8d9695d246758c75d048b04e 100644
--- a/samples/tests/samples/total/total_tests.dart
+++ b/samples/tests/samples/src/total/TotalTest.dart
@@ -5,13 +5,11 @@
#library('total_tests');
#import('dart:html');
-#import('../../../../base/base.dart');
-#import('../../../../samples/total/src/TotalLib.dart');
-#import('../../../../testing/unittest/unittest.dart');
-#import('../../../../view/view.dart');
-#source('../../../../../samples/total/src/SYLKProducer.dart');
+#import('../../../../../samples/total/client/TotalLib.dart');
+#import('../../../../../client/testing/unittest/unittest_html.dart');
+#source('../../../../../samples/total/server/SYLKProducer.dart');
#source('total_test_lib.dart');
-main() {
+void main() {
totalTests();
}
« no previous file with comments | « samples/tests/samples/src/swarm/SwarmTest.dart ('k') | samples/tests/samples/src/total/total_test_lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698