| Index: sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart b/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| similarity index 93%
|
| rename from sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| index 7474772844eb66177a0f45197bcd3f4891048340..f6dc68160d6657719d889492cb4cb8c713aae156 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/check_out_and_update_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/check_out_and_upgrade_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration('checks out and updates a package from Git', () {
|
| + integration('checks out and upgrades a package from Git', () {
|
| ensureGit();
|
|
|
| d.git('foo.git', [
|
| @@ -19,7 +19,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(cachePath, [
|
| d.dir('git', [
|
| @@ -39,7 +39,7 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).commit();
|
|
|
| - pubUpdate();
|
| + pubUpgrade();
|
|
|
| // When we download a new version of the git package, we should re-use the
|
| // git/cache directory but create a new git/ directory.
|
|
|