Skip to content

Commit

Permalink
Merge pull request #4760 from CommunityToolkit/fix/expired-ui-test-cert
Browse files Browse the repository at this point in the history
Updated expired UI Test certificate. Expires 9/8/2023.
  • Loading branch information
Arlodotexe authored Sep 8, 2022
2 parents db12288 + 2953f3b commit fdaef47
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions UITests/UITests.App/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Package
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
Expand All @@ -7,7 +7,7 @@

<Identity
Name="3568ebdf-5b6b-4ddd-bb17-462d614ba50f"
Publisher="CN=alzollin"
Publisher="CN=toolkit"
Version="1.0.0.0" />

<mp:PhoneIdentity PhoneProductId="3568ebdf-5b6b-4ddd-bb17-462d614ba50f" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
Expand Down
4 changes: 2 additions & 2 deletions UITests/UITests.App/UITests.App.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -22,7 +22,7 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateKeyFile>UITests.App.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>A39FFC9A7EDC3BC1F62B1FC6409AD9EDD84E8CF0</PackageCertificateThumbprint>
<PackageCertificateThumbprint>C732A02FD6C4120C84E0559E5ADE1A83D15B41BD</PackageCertificateThumbprint>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
Expand Down
Binary file modified UITests/UITests.App/UITests.App.pfx
Binary file not shown.
2 changes: 1 addition & 1 deletion UITests/UITests.Tests.Shared/TestAssembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private static async Task InitalizeComService()

// Use Windows.ApplicationModel.Package.Current.Id.FamilyName
// within the app service provider to get this value.
CommunicationService.PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t";
CommunicationService.PackageFamilyName = "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme";

var status = await CommunicationService.OpenAsync();

Expand Down
4 changes: 2 additions & 2 deletions UITests/UITests.Tests.Shared/UITestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ internal static TestApplicationInfo WinUICsUWPSampleApp

return new TestApplicationInfo(
testAppPackageName: "UITests.App",
testAppName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t!App",
testAppPackageFamilyName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_gspb8g6x97k2t",
testAppName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme!App",
testAppPackageFamilyName: "3568ebdf-5b6b-4ddd-bb17-462d614ba50f_yeyc6z1eztrme",
testAppMainWindowTitle: "UITests.App",
processName: "UITests.App.exe",
installerName: mostRecentlyBuiltPackage.Replace(".msix", string.Empty),
Expand Down

0 comments on commit fdaef47

Please sign in to comment.