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

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

Issue 9455034: Fix dartdoc tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « utils/tests/dartdoc/dartdoc.status ('k') | utils/tests/dartdoc/src/markdown_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/dartdoc/src/dartdoc_tests.dart
diff --git a/utils/tests/dartdoc/src/dartdoc_tests.dart b/utils/tests/dartdoc/src/dartdoc_tests.dart
index 95a7758476b9f3cfb46eb29670628a66578a36d5..f464cd1daf8cf1fe973307e7f62bbd239df03460 100644
--- a/utils/tests/dartdoc/src/dartdoc_tests.dart
+++ b/utils/tests/dartdoc/src/dartdoc_tests.dart
@@ -9,12 +9,12 @@
#import('../../../dartdoc/markdown.dart', prefix: 'md');
// TODO(rnystrom): Better path to unittest.
-#import('../../../../client/testing/unittest/unittest_node.dart');
+#import('../../../../client/testing/unittest/unittest_vm.dart');
#import('../../../../frog/lang.dart');
-#import('../../../../frog/file_system_node.dart');
+#import('../../../../frog/file_system_vm.dart');
main() {
- var files = new NodeFileSystem();
+ var files = new VMFileSystem();
parseOptions('../../frog', [], files);
initializeWorld(files);
@@ -135,7 +135,7 @@ main() {
// test.py/test.dart runs this from one directory and frog/presubmit.py
// runs it from another.
// See Bug 1145.
- var fileSystem = new NodeFileSystem();
+ var fileSystem = new VMFileSystem();
if (!fileSystem.fileExists(dummyPath)) {
print("Can't run dartdoc name reference tests because dummy.dart " +
"could not be found.");
« no previous file with comments | « utils/tests/dartdoc/dartdoc.status ('k') | utils/tests/dartdoc/src/markdown_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698