| Index: sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/update/git/update_to_nonexistent_pubspec_test.dart b/sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| similarity index 84%
|
| rename from sdk/lib/_internal/pub/test/update/git/update_to_nonexistent_pubspec_test.dart
|
| rename to sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| index 6a9213c8348e278da37588bf31070f791467726e..b9bd476b83a0f1e502dc681eac184f7cffc71564 100644
|
| --- a/sdk/lib/_internal/pub/test/update/git/update_to_nonexistent_pubspec_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_nonexistent_pubspec_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("updates Git packages to a nonexistent pubspec", () {
|
| + integration("upgrades Git packages to a nonexistent pubspec", () {
|
| ensureGit();
|
|
|
| var repo = d.git('foo.git', [
|
| @@ -20,7 +20,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
| @@ -31,7 +31,7 @@ main() {
|
| repo.runGit(['rm', 'pubspec.yaml']);
|
| repo.runGit(['commit', '-m', 'delete']);
|
|
|
| - pubUpdate(error: new RegExp(r'Could not find a file named "pubspec.yaml" '
|
| + pubUpgrade(error: new RegExp(r'Could not find a file named "pubspec.yaml" '
|
| r'in "[^\n]*"\.'));
|
|
|
| d.dir(packagesPath, [
|
|
|