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

Unified Diff: sdk/lib/_internal/pub/test/cache/list_test.dart

Issue 136063005: Add a "cache add" command to download packages to the cache. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 6 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: sdk/lib/_internal/pub/test/cache/list_test.dart
diff --git a/sdk/lib/_internal/pub/test/pub_cache_test.dart b/sdk/lib/_internal/pub/test/cache/list_test.dart
similarity index 97%
rename from sdk/lib/_internal/pub/test/pub_cache_test.dart
rename to sdk/lib/_internal/pub/test/cache/list_test.dart
index 448316615cffc962d4f54fae30ec981bd3a92fdf..3a7bb8e68f4f8d8330794fa4cd0e96699db713dd 100644
--- a/sdk/lib/_internal/pub/test/pub_cache_test.dart
+++ b/sdk/lib/_internal/pub/test/cache/list_test.dart
@@ -6,8 +6,8 @@ library pub_cache_test;
import 'package:path/path.dart' as path;
-import 'descriptor.dart' as d;
-import 'test_pub.dart';
+import '../descriptor.dart' as d;
+import '../test_pub.dart';
main() {
initConfig();
« no previous file with comments | « sdk/lib/_internal/pub/test/cache/add/unexpected_arguments_test.dart ('k') | sdk/lib/_internal/pub/test/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698