Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/get/path/relative_symlink_test.dart

Issue 26284002: Rename "install" -> "get" and "update" -> "upgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/get/path/relative_symlink_test.dart
diff --git a/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart b/sdk/lib/_internal/pub/test/get/path/relative_symlink_test.dart
similarity index 98%
rename from sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart
rename to sdk/lib/_internal/pub/test/get/path/relative_symlink_test.dart
index 07047e9d232a5f613129d739ac4a621bd195b908..ab1b99f7f595021f274e55f1e7d56070e4dda118 100644
--- a/sdk/lib/_internal/pub/test/install/path/relative_symlink_test.dart
+++ b/sdk/lib/_internal/pub/test/get/path/relative_symlink_test.dart
@@ -30,7 +30,7 @@ main() {
})
]).create();
- pubInstall();
+ pubGet();
d.dir("moved").create();

Powered by Google App Engine