You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClassicAssert.AreEqual(version,manifestsToValidate.VersionManifest.PackageVersion,$"Failed to update version of {TestConstants.TestPackageIdentifier}");
85
+
ClassicAssert.AreEqual(version,manifestsToValidate.VersionManifest.PackageVersion,$"Failed to update version of {packageIdentifier}");
82
86
}
83
87
84
88
/// <summary>
@@ -598,7 +602,7 @@ public async Task UpdatePreservesExistingValues()
598
602
ClassicAssert.IsNotNull(updatedManifests,"Command should have succeeded");
ClassicAssert.AreEqual("FakeProductCode",updatedInstallerManifest.ProductCode,"Existing value for ProductCode was overwritten.");
601
-
ClassicAssert.AreEqual("FakePackageFamilyName",updatedInstallerManifest.PackageFamilyName,"Existing value for PackageFamilyName was overwritten.");
605
+
ClassicAssert.AreEqual("Fake.PackageFamilyName_8wekyb3d8bbwe",updatedInstallerManifest.PackageFamilyName,"Existing value for PackageFamilyName was overwritten.");
602
606
ClassicAssert.IsNotNull(updatedInstallerManifest.Platform,"Existing value for Platform was overwritten.;");
0 commit comments