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

Unified Diff: samples/tests/samples/lib/view/view_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/view/view_test.dart
diff --git a/samples/tests/samples/src/lib/view/ViewTest.dart b/samples/tests/samples/lib/view/view_test.dart
similarity index 96%
rename from samples/tests/samples/src/lib/view/ViewTest.dart
rename to samples/tests/samples/lib/view/view_test.dart
index a803adcdfae83fa31d4badffe9816d310269f95f..4c8e654900191b6056ec9efa7858572ff2c21506 100644
--- a/samples/tests/samples/src/lib/view/ViewTest.dart
+++ b/samples/tests/samples/lib/view/view_test.dart
@@ -5,10 +5,10 @@
#library('view_tests');
#import('dart:html');
-#import('../../../../../ui_lib/base/base.dart');
-#import('../../../../../ui_lib/view/view.dart');
-#import('../../../../../../lib/unittest/unittest.dart');
-#import('../../../../../../lib/unittest/html_config.dart');
+#import('../../../../ui_lib/base/base.dart');
+#import('../../../../ui_lib/view/view.dart');
+#import('../../../../../lib/unittest/unittest.dart');
+#import('../../../../../lib/unittest/html_config.dart');
void main() {
useHtmlConfiguration();

Powered by Google App Engine
This is Rietveld 408576698