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

Unified Diff: frog/tests/frog/frog_server_test.dart

Issue 10250002: test rename overhaul: step 5 - frog and leg tests (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: frog/tests/frog/frog_server_test.dart
diff --git a/frog/tests/frog/src/FrogServerTest.dart b/frog/tests/frog/frog_server_test.dart
similarity index 94%
rename from frog/tests/frog/src/FrogServerTest.dart
rename to frog/tests/frog/frog_server_test.dart
index a0c2935d2a902c7158e50eb57e8883c88bc7fb96..3cb319bad1b7b68785d2381fa4bbc70f42c1413d 100644
--- a/frog/tests/frog/src/FrogServerTest.dart
+++ b/frog/tests/frog/frog_server_test.dart
@@ -6,10 +6,10 @@
#import('dart:io');
-#import('../../../server/frog_server.dart', prefix: 'frogserver');
+#import('../../server/frog_server.dart', prefix: 'frogserver');
// TODO(jmesserly): more sane way to import JSON on the VM
-#import('../../../../lib/json/json.dart');
+#import('../../../lib/json/json.dart');
main() {
// TODO(jmesserly): This test must be run from 'frog' working directory.

Powered by Google App Engine
This is Rietveld 408576698