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

Unified Diff: tests/utils/uri_test.dart

Issue 10170040: test rename overhaul: step 11 - tests/utils (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
« no previous file with comments | « tests/utils/test_utils.dart ('k') | tests/utils/utf8_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/uri_test.dart
diff --git a/tests/utils/src/UriTest.dart b/tests/utils/uri_test.dart
similarity index 99%
rename from tests/utils/src/UriTest.dart
rename to tests/utils/uri_test.dart
index 466b55b7b3075d88453f29aaac49017eb19ba13c..8a71b98ab2fe81518d4ab0a488d9419d4b5a72f6 100644
--- a/tests/utils/src/UriTest.dart
+++ b/tests/utils/uri_test.dart
@@ -4,7 +4,7 @@
#library('uriTest');
-#import('../../../lib/uri/uri.dart');
+#import('../../lib/uri/uri.dart');
testUri(String uri, bool isAbsolute) {
Expect.equals(isAbsolute, new Uri.fromString(uri).isAbsolute());
« no previous file with comments | « tests/utils/test_utils.dart ('k') | tests/utils/utf8_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698