| Index: sdk/lib/_internal/pub/test/get/hosted/stay_locked_if_compatible_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart b/sdk/lib/_internal/pub/test/get/hosted/stay_locked_if_compatible_test.dart
|
| similarity index 85%
|
| rename from sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/hosted/stay_locked_if_compatible_test.dart
|
| index 63eacf3098ac1d07fdf692d56032da57f57fab62..23660e0d5a0898fac0594fa809fbaef010421e7c 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/stay_locked_if_compatible_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/hosted/stay_locked_if_compatible_test.dart
|
| @@ -9,13 +9,13 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("doesn't update a locked pub server package with a new "
|
| + integration("doesn't upgrade a locked pub server package with a new "
|
| "compatible constraint", () {
|
| servePackages([packageMap("foo", "1.0.0")]);
|
|
|
| d.appDir({"foo": "any"}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.packagesDir({"foo": "1.0.0"}).validate();
|
|
|
| @@ -23,7 +23,7 @@ main() {
|
|
|
| d.appDir({"foo": ">=1.0.0"}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.packagesDir({"foo": "1.0.0"}).validate();
|
| });
|
|
|