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

Unified Diff: samples/tests/samples/lib/touch/touch_test.dart

Issue 10917275: Update unittest to new package layout. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: samples/tests/samples/lib/touch/touch_test.dart
diff --git a/samples/tests/samples/lib/touch/touch_test.dart b/samples/tests/samples/lib/touch/touch_test.dart
index 24f75aed68ef7af2728799b2438a14e9e3aee17a..99622fa4bee841115eb361e55699c86b7f3c2b6c 100644
--- a/samples/tests/samples/lib/touch/touch_test.dart
+++ b/samples/tests/samples/lib/touch/touch_test.dart
@@ -6,8 +6,8 @@
#import('dart:html'); // TODO(rnystrom): Only needed to tell architecture.py
// that this is a web test. Come up with cleaner solution.
-#import('../../../../../pkg/unittest/unittest.dart');
-#import('../../../../../pkg/unittest/html_config.dart');
+#import('../../../../../pkg/unittest/lib/unittest.dart');
+#import('../../../../../pkg/unittest/lib/html_config.dart');
#import('../../../../ui_lib/touch/touch.dart');
main() {
« no previous file with comments | « samples/tests/samples/lib/observable/observable_test.dart ('k') | samples/tests/samples/lib/util/util_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698