From b321db971820ccbae080857c7300a6e7775db3e1 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Mon, 24 Aug 2015 00:41:39 +0200 Subject: [PATCH] Fix couple of failing tests. --- Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs b/Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs index 10098b92b6..1fe9cd3c73 100644 --- a/Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs +++ b/Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs @@ -140,6 +140,7 @@ namespace Perspex.Layout.UnitTests var theme = new DefaultTheme(); var windowImpl = new Mock(); + windowImpl.SetupProperty(x => x.ClientSize); globalStyles.Setup(x => x.Styles).Returns(theme); l.RegisterConstant(new Mock().Object, typeof(IInputManager));