Skip to content

Commit d178f4d

Browse files
authored
Merge pull request #655 from CommunityToolkit/fix/tests/single-component/rootnamespace
Align RootNamespace across tests to remove "Experiment" suffix
2 parents d6c06d1 + 774bec3 commit d178f4d

File tree

59 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+60
-60
lines changed

components/AppServices/tests/AppServices.Tests.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<SharedGUID>A3106AE5-5AA9-4307-9041-E9C4232AA7F2</SharedGUID>
77
</PropertyGroup>
88
<PropertyGroup Label="Configuration">
9-
<Import_RootNamespace>AppServicesExperiment.Tests</Import_RootNamespace>
9+
<Import_RootNamespace>AppServicesTests</Import_RootNamespace>
1010
</PropertyGroup>
1111
</Project>

components/CanvasLayout/tests/CanvasLayout.Tests.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SharedGUID>A09DC4AC-4111-440E-A188-E787CAE8C0B1</SharedGUID>
77
</PropertyGroup>
88
<PropertyGroup Label="Configuration">
9-
<Import_RootNamespace>CanvasLayoutExperiment.Tests</Import_RootNamespace>
9+
<Import_RootNamespace>CanvasLayoutTests</Import_RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="$(MSBuildThisFileDirectory)ExampleCanvasLayoutTestClass.cs" />

components/CanvasLayout/tests/ExampleCanvasLayoutTestClass.cs

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

9-
namespace CanvasLayoutExperiment.Tests;
9+
namespace CanvasLayoutTests;
1010

1111
[TestClass]
1212
public partial class ExampleCanvasLayoutTestClass : VisualUITestBase

components/CanvasLayout/tests/ExampleCanvasLayoutTestPage.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="CanvasLayoutExperiment.Tests.ExampleCanvasLayoutTestPage"
2+
<Page x:Class="CanvasLayoutTests.ExampleCanvasLayoutTestPage"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

components/CanvasLayout/tests/ExampleCanvasLayoutTestPage.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 CanvasLayoutExperiment.Tests;
5+
namespace CanvasLayoutTests;
66

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

components/CanvasView/tests/CanvasView.Tests.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SharedGUID>33D731BA-A745-418B-BF4A-BD8FB9880918</SharedGUID>
77
</PropertyGroup>
88
<PropertyGroup Label="Configuration">
9-
<Import_RootNamespace>CanvasViewExperiment.Tests</Import_RootNamespace>
9+
<Import_RootNamespace>CanvasViewTests</Import_RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="$(MSBuildThisFileDirectory)ExampleCanvasViewTestClass.cs" />

components/CanvasView/tests/ExampleCanvasViewTestClass.cs

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

9-
namespace CanvasViewExperiment.Tests;
9+
namespace CanvasViewTests;
1010

1111
[TestClass]
1212
public partial class ExampleCanvasViewTestClass : VisualUITestBase

components/CanvasView/tests/ExampleCanvasViewTestPage.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="CanvasViewExperiment.Tests.ExampleCanvasViewTestPage"
2+
<Page x:Class="CanvasViewTests.ExampleCanvasViewTestPage"
33
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
44
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

components/CanvasView/tests/ExampleCanvasViewTestPage.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 CanvasViewExperiment.Tests;
5+
namespace CanvasViewTests;
66

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

components/DataTable/tests/DataTable.Tests.projitems

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<SharedGUID>758CD4BC-2E2C-4FAD-8C96-BD73E0EF128B</SharedGUID>
77
</PropertyGroup>
88
<PropertyGroup Label="Configuration">
9-
<Import_RootNamespace>DataTableExperiment.Tests</Import_RootNamespace>
9+
<Import_RootNamespace>DataTableTests</Import_RootNamespace>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="$(MSBuildThisFileDirectory)DataTableLayoutTestClass.cs" />

0 commit comments

Comments
 (0)