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

Unified Diff: test/parser_feature_test.dart

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 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 | « test/data/tree-construction/webkit02.dat ('k') | test/parser_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parser_feature_test.dart
diff --git a/tests/parser_feature_test.dart b/test/parser_feature_test.dart
similarity index 89%
rename from tests/parser_feature_test.dart
rename to test/parser_feature_test.dart
index a67a6d627c1a89359c3ec3788195ed8a09e00f53..641fad9c7a670d691037622aa2ad623bf22ec409 100644
--- a/tests/parser_feature_test.dart
+++ b/test/parser_feature_test.dart
@@ -4,11 +4,11 @@
#import('dart:io');
#import('package:unittest/unittest.dart');
#import('package:unittest/vm_config.dart');
-#import('../lib/constants.dart');
-#import('../treebuilders/base.dart');
-#import('../treebuilders/simpletree.dart');
-#import('../html5parser.dart');
-#import('../tokenizer.dart');
+#import('package:html5lib/src/constants.dart');
+#import('package:html5lib/src/treebuilder.dart');
+#import('package:html5lib/dom.dart');
+#import('package:html5lib/html5parser.dart');
+#import('package:html5lib/tokenizer.dart');
main() {
useVmConfiguration();
« no previous file with comments | « test/data/tree-construction/webkit02.dat ('k') | test/parser_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698