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

Unified Diff: samples/tests/samples/swarm/swarm_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/swarm/swarm_test.dart
diff --git a/samples/tests/samples/src/swarm/SwarmTest.dart b/samples/tests/samples/swarm/swarm_test.dart
similarity index 93%
rename from samples/tests/samples/src/swarm/SwarmTest.dart
rename to samples/tests/samples/swarm/swarm_test.dart
index cca7ed92e788c9a8fc34b0286dc879407caff8b6..8c0673d69f132bf8628b87e1f6f648977d81ef6f 100644
--- a/samples/tests/samples/src/swarm/SwarmTest.dart
+++ b/samples/tests/samples/swarm/swarm_test.dart
@@ -5,12 +5,12 @@
#library('swarm_tests');
#import('dart:html');
-#import('../../../../swarm/swarmlib.dart');
-#import('../../../../ui_lib/base/base.dart');
-#import('../../../../ui_lib/view/view.dart');
-#import('../../../../ui_lib/util/utilslib.dart');
-#import('../../../../../lib/unittest/unittest.dart');
-#import('../../../../../lib/unittest/html_config.dart');
+#import('../../../swarm/swarmlib.dart');
+#import('../../../ui_lib/base/base.dart');
+#import('../../../ui_lib/view/view.dart');
+#import('../../../ui_lib/util/utilslib.dart');
+#import('../../../../lib/unittest/unittest.dart');
+#import('../../../../lib/unittest/html_config.dart');
// TODO(jmesserly): these would probably be easier to debug if they were written
// in the WebKit layout test style, so we could easy compare that the DOM is

Powered by Google App Engine
This is Rietveld 408576698