Skip to content

Commit

Permalink
- fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed May 18, 2022
1 parent ee8b1c0 commit 5590dcb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
Expand Up @@ -15,6 +15,7 @@
using Microsoft.Maui.Hosting;
using Microsoft.Maui.Handlers;
using Microsoft.UI.Xaml.Controls;
using Microsoft.Maui.DeviceTests.Stubs;

namespace Microsoft.Maui.DeviceTests
{
Expand Down
Expand Up @@ -7,6 +7,7 @@
using Microsoft.Maui;
using Microsoft.Maui.Controls;
using Microsoft.Maui.Controls.Handlers;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Platform;
using Xunit;

Expand Down
Expand Up @@ -11,6 +11,7 @@
using Microsoft.Maui.Hosting;
using Microsoft.Maui.Handlers;
using Microsoft.Maui.Graphics;
using Microsoft.Maui.DeviceTests.Stubs;

#if ANDROID || IOS
using ShellHandler = Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer;
Expand Down
1 change: 0 additions & 1 deletion src/Controls/tests/DeviceTests/HandlerTestBase.Windows.cs
Expand Up @@ -29,7 +29,6 @@ Task SetupWindowForTests<THandler>(IWindow window, Func<Task> runTests)
{
return InvokeOnMainThreadAsync(async () =>
{
var testingRootPanel = (WFrameworkElement)MauiProgram.CurrentWindow.Content;
var applicationContext = MauiContext.MakeApplicationScope(UI.Xaml.Application.Current);
var appStub = new MauiAppNewWindowStub(window);
Expand Down
1 change: 1 addition & 0 deletions src/Controls/tests/DeviceTests/HandlerTestBase.iOS.cs
Expand Up @@ -4,6 +4,7 @@
using Microsoft.Maui.Controls.Handlers.Compatibility;
using Microsoft.Maui.Controls.Platform;
using Microsoft.Maui.Controls.Platform.Compatibility;
using Microsoft.Maui.DeviceTests.Stubs;
using Microsoft.Maui.Platform;
using UIKit;

Expand Down

0 comments on commit 5590dcb

Please sign in to comment.