| Index: sdk/lib/_internal/pub/test/get/hosted/stay_locked_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_test.dart b/sdk/lib/_internal/pub/test/get/hosted/stay_locked_test.dart
|
| similarity index 84%
|
| rename from sdk/lib/_internal/pub/test/install/hosted/stay_locked_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/hosted/stay_locked_test.dart
|
| index 9fc7647e90479f7d2da0a5873b7279622fc0a6a8..66a2a6b01f4d4f9109dce2b8f1b335969e51877f 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/hosted/stay_locked_test.dart
|
| @@ -19,8 +19,8 @@ main() {
|
|
|
| d.appDir({"foo": "any"}).create();
|
|
|
| - // This install should lock the foo dependency to version 1.0.0.
|
| - pubInstall();
|
| + // This should lock the foo dependency to version 1.0.0.
|
| + pubGet();
|
|
|
| d.packagesDir({"foo": "1.0.0"}).validate();
|
|
|
| @@ -30,8 +30,8 @@ main() {
|
| // Start serving a newer package as well.
|
| servePackages([packageMap("foo", "1.0.1")]);
|
|
|
| - // This install shouldn't update the foo dependency due to the lockfile.
|
| - pubInstall();
|
| + // This shouldn't upgrade the foo dependency due to the lockfile.
|
| + pubGet();
|
|
|
| d.packagesDir({"foo": "1.0.0"}).validate();
|
| });
|
|
|