Skip to content

Commit 55af407

Browse files
Update namespaces based on refactor that had occurred in main.
1 parent a956650 commit 55af407

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,9 @@
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-
using System;
6-
using System.Collections.Generic;
7-
using System.Text;
8-
using Microsoft.VisualStudio.TestTools.UnitTesting;
95
using Windows.UI.Input.Preview.Injection;
10-
using Windows.Foundation;
11-
12-
#if !WINAPPSDK
13-
using Windows.UI.Input;
14-
using Windows.UI.Xaml;
15-
using Windows.UI.Xaml.Media;
16-
#else
17-
using Microsoft.UI.Input;
18-
using Microsoft.UI.Xaml;
19-
using Microsoft.UI.Xaml.Media;
20-
#endif
21-
22-
namespace CommunityToolkit.Labs.UnitTests;
6+
7+
namespace CommunityToolkit.Labs.Tests;
238

249
public static class SimulateInput
2510
{

labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Page x:Class="SizerBase.Tests.TouchInjectionTest"
1+
<Page x:Class="SizerBaseExperiment.Tests.TouchInjectionTest"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml.cs

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +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-
#if !WINAPPSDK
6-
using Windows.UI.Xaml;
7-
using Windows.UI.Xaml.Controls;
8-
using Windows.UI.Xaml.Controls.Primitives;
9-
using Windows.UI.Xaml.Data;
10-
using Windows.UI.Xaml.Input;
11-
using Windows.UI.Xaml.Media;
12-
using Windows.UI.Xaml.Navigation;
13-
#else
14-
using Microsoft.UI.Xaml;
15-
using Microsoft.UI.Xaml.Controls;
16-
using Microsoft.UI.Xaml.Controls.Primitives;
17-
using Microsoft.UI.Xaml.Data;
18-
using Microsoft.UI.Xaml.Input;
19-
using Microsoft.UI.Xaml.Media;
20-
using Microsoft.UI.Xaml.Navigation;
21-
#endif
22-
23-
namespace SizerBase.Tests;
5+
namespace SizerBaseExperiment.Tests;
246

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

0 commit comments

Comments
 (0)