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

Unified Diff: tests/utils/src/DartdocTest.dart

Issue 9555013: Get dartdoc in the SDK and working correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update copyright date. Created 8 years, 10 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: tests/utils/src/DartdocTest.dart
diff --git a/utils/tests/dartdoc/src/dartdoc_tests.dart b/tests/utils/src/DartdocTest.dart
similarity index 95%
rename from utils/tests/dartdoc/src/dartdoc_tests.dart
rename to tests/utils/src/DartdocTest.dart
index f464cd1daf8cf1fe973307e7f62bbd239df03460..f4c18a01babfb4a37384b37dd9e94aafaae10873 100644
--- a/utils/tests/dartdoc/src/dartdoc_tests.dart
+++ b/tests/utils/src/DartdocTest.dart
@@ -5,13 +5,13 @@
/// Unit tests for doc.
#library('dartdoc_tests');
-#import('../../../dartdoc/dartdoc.dart', prefix: 'dd');
-#import('../../../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('../../../../client/testing/unittest/unittest_vm.dart');
-#import('../../../../frog/lang.dart');
-#import('../../../../frog/file_system_vm.dart');
+#import('../../../client/testing/unittest/unittest_vm.dart');
+#import('../../../frog/lang.dart');
+#import('../../../frog/file_system_vm.dart');
main() {
var files = new VMFileSystem();
@@ -126,7 +126,7 @@ main() {
group('name reference', () {
// TODO(rnystrom): The paths here are a bit strange. They're relative to
// where test.dart happens to be invoked from.
- final dummyPath = 'utils/tests/dartdoc/src/dummy.dart';
+ final dummyPath = 'tests/utils/src/dummy.dart';
// TODO(rnystrom): Bail if we couldn't find the test file. The problem is
// that loading dummy.dart is sensitive to the location that dart was

Powered by Google App Engine
This is Rietveld 408576698