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

Unified Diff: samples/tests/samples/total/total_test.dart

Issue 10253022: test rename overhaul: step 13 - samples (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: samples/tests/samples/total/total_test.dart
diff --git a/samples/tests/samples/src/total/TotalTest.dart b/samples/tests/samples/total/total_test.dart
similarity index 59%
rename from samples/tests/samples/src/total/TotalTest.dart
rename to samples/tests/samples/total/total_test.dart
index 25599f2ef5f559040313f9e78c4d0fc2dec2af50..3060d3442ce9bdcf58e4f125ada46f9f42bfee5a 100644
--- a/samples/tests/samples/src/total/TotalTest.dart
+++ b/samples/tests/samples/total/total_test.dart
@@ -5,10 +5,10 @@
#library('total_tests');
#import('dart:html');
-#import('../../../../../samples/total/client/TotalLib.dart');
-#import('../../../../../lib/unittest/unittest.dart');
-#import('../../../../../lib/unittest/html_config.dart');
-#source('../../../../../samples/total/server/SYLKProducer.dart');
+#import('../../../../samples/total/client/TotalLib.dart');
+#import('../../../../lib/unittest/unittest.dart');
+#import('../../../../lib/unittest/html_config.dart');
+#source('../../../../samples/total/server/SYLKProducer.dart');
#source('total_test_lib.dart');
void main() {

Powered by Google App Engine
This is Rietveld 408576698