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

Unified Diff: utils/tests/dartdoc/src/markdown_tests.dart

Issue 9147058: Hook up the dartdoc tests to test.py, test.dart, and frog/presubmit.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and upload. Created 8 years, 11 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 | « utils/tests/dartdoc/src/dummy.dart ('k') | utils/tests/dartdoc/test_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/dartdoc/src/markdown_tests.dart
diff --git a/utils/dartdoc/test/markdown_tests.dart b/utils/tests/dartdoc/src/markdown_tests.dart
similarity index 99%
rename from utils/dartdoc/test/markdown_tests.dart
rename to utils/tests/dartdoc/src/markdown_tests.dart
index e2d7312cf694541fa78c067e48817cdfb4dbdcab..23801810af4c999adff67f85b3c57097ead8b043 100644
--- a/utils/dartdoc/test/markdown_tests.dart
+++ b/utils/tests/dartdoc/src/markdown_tests.dart
@@ -5,10 +5,10 @@
/// Unit tests for markdown.
#library('markdown_tests');
-#import('../markdown.dart');
+#import('../../../dartdoc/markdown.dart');
// TODO(rnystrom): Better path to unittest.
-#import('../../../client/testing/unittest/unittest_vm.dart');
+#import('../../../../client/testing/unittest/unittest_node.dart');
/// Most of these tests are based on observing how showdown behaves:
/// http://softwaremaniacs.org/playground/showdown-highlight/
« no previous file with comments | « utils/tests/dartdoc/src/dummy.dart ('k') | utils/tests/dartdoc/test_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698