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

Unified Diff: tests/utils/markdown_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/json_test.dart ('k') | tests/utils/src/DartdocTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/markdown_test.dart
diff --git a/tests/utils/src/MarkdownTest.dart b/tests/utils/markdown_test.dart
similarity index 99%
rename from tests/utils/src/MarkdownTest.dart
rename to tests/utils/markdown_test.dart
index 8ecc70fe62107a8fb05a4792acbb5ed26d390c4e..954d33cb2d1a0d63740dbf43899acfe73c9072f6 100644
--- a/tests/utils/src/MarkdownTest.dart
+++ b/tests/utils/markdown_test.dart
@@ -5,10 +5,10 @@
/// Unit tests for markdown.
#library('markdown_tests');
-#import('../../../lib/dartdoc/markdown.dart');
+#import('../../lib/dartdoc/markdown.dart');
// TODO(rnystrom): Better path to unittest.
-#import('../../../lib/unittest/unittest.dart');
+#import('../../lib/unittest/unittest.dart');
#import('test_utils.dart');
/// Most of these tests are based on observing how showdown behaves:
« no previous file with comments | « tests/utils/json_test.dart ('k') | tests/utils/src/DartdocTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698