Skip to content

Commit a73b34f

Browse files
committed
Align RootNamespace for single-component test heads
1 parent 3cdcdc6 commit a73b34f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ProjectHeads/SingleComponent/Tests.Uwp/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<mp:PhoneIdentity PhoneProductId="FC4ACA4C-2390-44E2-B85C-B7763D87C6AB" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1414

1515
<Properties>
16-
<DisplayName>ProjectTemplateExperiment.Tests.Uwp</DisplayName>
16+
<DisplayName>ProjectTemplate.Tests.Uwp</DisplayName>
1717
<PublisherDisplayName>CommunityToolkit</PublisherDisplayName>
1818
<Logo>Assets\StoreLogo.png</Logo>
1919
</Properties>

ProjectHeads/SingleComponent/Tests.Wasdk/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Version="1.0.0.0" />
1313

1414
<Properties>
15-
<DisplayName>ProjectTemplateExperiment.Tests.WinAppSdk</DisplayName>
15+
<DisplayName>ProjectTemplate.Tests.WinAppSdk</DisplayName>
1616
<PublisherDisplayName>CommunityToolkit</PublisherDisplayName>
1717
<Logo>Assets\StoreLogo.png</Logo>
1818
</Properties>

ProjectTemplate/tests/ExampleProjectTemplateTestClass.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using CommunityToolkit.Tests;
77
using CommunityToolkit.WinUI.Controls;
88

9-
namespace ProjectTemplateExperiment.Tests;
9+
namespace ProjectTemplate.Tests;
1010

1111
[TestClass]
1212
public partial class ExampleProjectTemplateTestClass : VisualUITestBase

ProjectTemplate/tests/ExampleProjectTemplateTestPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
2-
<Page x:Class="ProjectTemplateExperiment.Tests.ExampleProjectTemplateTestPage"
2+
<Page x:Class="ProjectTemplate.Tests.ExampleProjectTemplateTestPage"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:controls="using:CommunityToolkit.WinUI.Controls"

ProjectTemplate/tests/ExampleProjectTemplateTestPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
namespace ProjectTemplateExperiment.Tests;
5+
namespace ProjectTemplate.Tests;
66

77
/// <summary>
88
/// An empty page that can be used on its own or navigated to within a Frame.

ProjectTemplate/tests/ProjectTemplate.Tests.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SharedGUID>19AC7A6A-B001-45AA-ACBE-0536F688DB74</SharedGUID>
77
</PropertyGroup>
88
<PropertyGroup Label="Configuration">
9-
<Import_RootNamespace>ProjectTemplateExperiment.Tests</Import_RootNamespace>
9+
<Import_RootNamespace>ProjectTemplate.Tests</Import_RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="$(MSBuildThisFileDirectory)ExampleProjectTemplateTestClass.cs" />

0 commit comments

Comments
 (0)