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

Unified Diff: samples/tests/samples/lib/touch/touch_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/lib/touch/touch_test.dart
diff --git a/samples/tests/samples/src/lib/touch/TouchTest.dart b/samples/tests/samples/lib/touch/touch_test.dart
similarity index 90%
rename from samples/tests/samples/src/lib/touch/TouchTest.dart
rename to samples/tests/samples/lib/touch/touch_test.dart
index a118e7b9b6669aceea99b99262c238792d2fe003..1fd9f7d63940bef0b894d0bb98a9d81b8f193076 100644
--- a/samples/tests/samples/src/lib/touch/TouchTest.dart
+++ b/samples/tests/samples/lib/touch/touch_test.dart
@@ -6,9 +6,9 @@
#import('dart:html'); // TODO(rnystrom): Only needed to tell architecture.py
// that this is a web test. Come up with cleaner solution.
-#import('../../../../../../lib/unittest/unittest.dart');
-#import('../../../../../../lib/unittest/html_config.dart');
-#import('../../../../../ui_lib/touch/touch.dart');
+#import('../../../../../lib/unittest/unittest.dart');
+#import('../../../../../lib/unittest/html_config.dart');
+#import('../../../../ui_lib/touch/touch.dart');
main() {
useHtmlConfiguration();

Powered by Google App Engine
This is Rietveld 408576698