| Index: sdk/lib/_internal/pub/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/do_not_update_on_removed_constraints_test.dart b/sdk/lib/_internal/pub/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| similarity index 89%
|
| rename from sdk/lib/_internal/pub/test/install/hosted/do_not_update_on_removed_constraints_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| index 57795c67d15f9aff13272d07b4413511d547a7dd..45808d554021fc3fc8155f303171daf01e61a6c9 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/do_not_update_on_removed_constraints_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/hosted/do_not_upgrade_on_removed_constraints_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("doesn't update dependencies whose constraints have been "
|
| + integration("doesn't upgrade dependencies whose constraints have been "
|
| "removed", () {
|
| servePackages([
|
| packageMap("foo", "1.0.0", {"shared-dep": "any"}),
|
| @@ -20,7 +20,7 @@ main() {
|
|
|
| d.appDir({"foo": "any", "bar": "any"}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
| @@ -30,7 +30,7 @@ main() {
|
|
|
| d.appDir({"foo": "any"}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
|
|