| Index: sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart b/sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart
|
| similarity index 84%
|
| rename from sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart
|
| rename to sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart
|
| index 645646af804429cbe31eb2c5900697730447121a..b6440fda33c2749daabe2345d490fba5dc24618b 100644
|
| --- a/sdk/lib/_internal/pub/test/update/git/update_to_incompatible_pubspec_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart
|
| @@ -9,7 +9,7 @@ import '../../test_pub.dart';
|
|
|
| main() {
|
| initConfig();
|
| - integration("updates Git packages to an incompatible pubspec", () {
|
| + integration("upgrades Git packages to an incompatible pubspec", () {
|
| ensureGit();
|
|
|
| d.git('foo.git', [
|
| @@ -19,7 +19,7 @@ main() {
|
|
|
| d.appDir({"foo": {"git": "../foo.git"}}).create();
|
|
|
| - pubInstall();
|
| + pubGet();
|
|
|
| d.dir(packagesPath, [
|
| d.dir('foo', [
|
| @@ -32,7 +32,7 @@ main() {
|
| d.libPubspec('zoo', '1.0.0')
|
| ]).commit();
|
|
|
| - pubUpdate(error: new RegExp(r'"name" field "zoo" doesn' "'" r't match '
|
| + pubUpgrade(error: new RegExp(r'"name" field "zoo" doesn' "'" r't match '
|
| r'expected name "foo"\.'));
|
|
|
| d.dir(packagesPath, [
|
|
|