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

Unified Diff: utils/tests/pub/install/pub_install_test.dart

Issue 11035066: Spit pub tests into smaller suites. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/pub/install/pub_install_test.dart
diff --git a/utils/tests/pub/pub_install_test.dart b/utils/tests/pub/install/pub_install_test.dart
similarity index 98%
rename from utils/tests/pub/pub_install_test.dart
rename to utils/tests/pub/install/pub_install_test.dart
index 85f54811e05f34188e254d60ab26fc621d55bad5..8d7b7208027f7510d8a59fa9cae65c3680a957ad 100644
--- a/utils/tests/pub/pub_install_test.dart
+++ b/utils/tests/pub/install/pub_install_test.dart
@@ -6,8 +6,8 @@
#import('dart:io');
-#import('test_pub.dart');
-#import('../../../pkg/unittest/unittest.dart');
+#import('../test_pub.dart');
+#import('../../../../pkg/unittest/unittest.dart');
main() {
group('requires', () {
« no previous file with comments | « utils/tests/pub/install/hosted/unlock_if_new_is_unsatisfied_test.dart ('k') | utils/tests/pub/install/sdk/check_out_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698