Skip to content

Commit

Permalink
Remove copy-paste locale
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcPMS committed Jul 29, 2024
1 parent 864a41b commit d934be3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PackageIdentifier: AppInstallerTest.TestUpgradeAddsDependency
PackageVersion: 1.0
PackageName: TestUpgradeAddsDependency
PackageLocale: en-US
Publisher: Microsoft
License: Test
ShortDescription: E2E test for adding a new package dependency during an upgrade.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PackageIdentifier: AppInstallerTest.TestUpgradeAddsDependency
PackageVersion: 2.0
PackageName: TestUpgradeAddsDependency
PackageLocale: en-US
Publisher: Microsoft
License: Test
ShortDescription: E2E test for adding a new package dependency during an upgrade.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PackageIdentifier: AppInstallerTest.TestUpgradeAddsDependencyDependent
PackageVersion: 1.0
PackageName: TestUpgradeAddsDependencyDependent
PackageLocale: en-US
Publisher: Microsoft
License: Test
ShortDescription: E2E test for adding a new package dependency during an upgrade.
Expand Down
2 changes: 1 addition & 1 deletion src/AppInstallerCLIE2ETests/UpgradeCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void UpgradeZip_Portable()
[Test]
public void UpgradeAddsDependency()
{
var result = TestCommon.RunAICLICommand("install", $"AppInstallerTest.TestUpgradeAddsDependency -v 1.0");
var result = TestCommon.RunAICLICommand("install", $"AppInstallerTest.TestUpgradeAddsDependency -v 1.0 --verbose");
Assert.AreEqual(Constants.ErrorCode.S_OK, result.ExitCode);

result = TestCommon.RunAICLICommand("upgrade", $"AppInstallerTest.TestUpgradeAddsDependency");
Expand Down

0 comments on commit d934be3

Please sign in to comment.