Skip to content

Commit

Permalink
Update namespaces based on refactor that had occurred in main.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Jul 22, 2022
1 parent 74ac8f5 commit cd317f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 37 deletions.
19 changes: 2 additions & 17 deletions common/CommunityToolkit.Labs.Tests.Shared/SimulateInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Page x:Class="SizerBase.Tests.TouchInjectionTest"
<Page x:Class="SizerBaseExperiment.Tests.TouchInjectionTest"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down
20 changes: 1 addition & 19 deletions labs/SizerBase/tests/SizerBase.Tests/TouchInjectionTest.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#if !WINAPPSDK
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
using Windows.UI.Xaml.Controls.Primitives;
using Windows.UI.Xaml.Data;
using Windows.UI.Xaml.Input;
using Windows.UI.Xaml.Media;
using Windows.UI.Xaml.Navigation;
#else
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Controls.Primitives;
using Microsoft.UI.Xaml.Data;
using Microsoft.UI.Xaml.Input;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Navigation;
#endif

namespace SizerBase.Tests;
namespace SizerBaseExperiment.Tests;

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

0 comments on commit cd317f8

Please sign in to comment.