From 55af407e8b72034b961974f0ce4710d4b6291f99 Mon Sep 17 00:00:00 2001 From: michael-hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 21 Jul 2022 18:09:05 -0700 Subject: [PATCH] Update namespaces based on refactor that had occurred in main. --- .../SimulateInput.cs | 19 ++---------------- .../SizerBase.Tests/TouchInjectionTest.xaml | 2 +- .../TouchInjectionTest.xaml.cs | 20 +------------------ 3 files changed, 4 insertions(+), 37 deletions(-) diff --git a/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs b/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs index 82e7c6d7e..9098aa9c4 100644 --- a/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs +++ b/common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs @@ -2,24 +2,9 @@ // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. -using System; -using System.Collections.Generic; -using System.Text; -using Microsoft.VisualStudio.TestTools.UnitTesting; using Windows.UI.Input.Preview.Injection; -using Windows.Foundation; - -#if !WINAPPSDK -using Windows.UI.Input; -using Windows.UI.Xaml; -using Windows.UI.Xaml.Media; -#else -using Microsoft.UI.Input; -using Microsoft.UI.Xaml; -using Microsoft.UI.Xaml.Media; -#endif - -namespace CommunityToolkit.Labs.UnitTests; + +namespace CommunityToolkit.Labs.Tests; public static class SimulateInput { diff --git a/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml b/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml index a9d36f4e5..c42536718 100644 --- a/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml +++ b/labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml @@ -1,4 +1,4 @@ - /// An empty page that can be used on its own or navigated to within a Frame.