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

Unified Diff: tests/utils/dartdoc_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 | « no previous file | tests/utils/dummy.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/dartdoc_test.dart
diff --git a/tests/utils/src/DartdocTest.dart b/tests/utils/dartdoc_test.dart
similarity index 96%
rename from tests/utils/src/DartdocTest.dart
rename to tests/utils/dartdoc_test.dart
index a1970b01f9141c853487ca0aba771bff59760d26..2267c6b296750c988067ab7c8f458781a3555201 100644
--- a/tests/utils/src/DartdocTest.dart
+++ b/tests/utils/dartdoc_test.dart
@@ -5,13 +5,13 @@
/// Unit tests for doc.
#library('dartdoc_tests');
-#import('../../../lib/dartdoc/dartdoc.dart', prefix: 'dd');
-#import('../../../lib/dartdoc/markdown.dart', prefix: 'md');
+#import('../../lib/dartdoc/dartdoc.dart', prefix: 'dd');
+#import('../../lib/dartdoc/markdown.dart', prefix: 'md');
// TODO(rnystrom): Better path to unittest.
-#import('../../../lib/unittest/unittest.dart');
-#import('../../../frog/lang.dart');
-#import('../../../frog/file_system_vm.dart');
+#import('../../lib/unittest/unittest.dart');
+#import('../../frog/lang.dart');
+#import('../../frog/file_system_vm.dart');
main() {
var files = new VMFileSystem();
« no previous file with comments | « no previous file | tests/utils/dummy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698