| Index: sdk/lib/_internal/pub/test/get/git/lock_version_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/git/lock_version_test.dart b/sdk/lib/_internal/pub/test/get/git/lock_version_test.dart
|
| similarity index 86%
|
| rename from sdk/lib/_internal/pub/test/install/git/lock_version_test.dart
|
| rename to sdk/lib/_internal/pub/test/get/git/lock_version_test.dart
|
| index 3a75a0d4838f4f3b28e1dee75f15fea6db2b0946..0d764576155b5a3639e47bf47d7b021edc574297 100644
|
| --- a/sdk/lib/_internal/pub/test/install/git/lock_version_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/get/git/lock_version_test.dart
|
| @@ -23,8 +23,8 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - // This install should lock the foo.git dependency to the current revision.
|
| - pubInstall();
|
| + // This get should lock the foo.git dependency to the current revision.
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
| @@ -40,8 +40,8 @@ main() {
|
| d.libPubspec('foo', '1.0.0')
|
| ]).commit();
|
|
|
| - // This install shouldn't update the foo.git dependency due to the lockfile.
|
| - pubInstall();
|
| + // This get shouldn't upgrade the foo.git dependency due to the lockfile.
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
|
|