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

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: 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
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..0beafe29fbb771e03143ff6d292ab04212cc1ed5 100644
--- a/utils/dartdoc/test/markdown_tests.dart
+++ b/utils/tests/dartdoc/src/markdown_tests.dart
@@ -3,12 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
/// Unit tests for markdown.
-#library('markdown_tests');
+#library('markdown_test');
-#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/

Powered by Google App Engine
This is Rietveld 408576698