Browse Source

Fix couple of failing tests.

pull/72/merge
Steven Kirk 11 years ago
parent
commit
b321db9718
  1. 1
      Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs

1
Tests/Perspex.Layout.UnitTests/FullLayoutTests.cs

@ -140,6 +140,7 @@ namespace Perspex.Layout.UnitTests
var theme = new DefaultTheme();
var windowImpl = new Mock<IWindowImpl>();
windowImpl.SetupProperty(x => x.ClientSize);
globalStyles.Setup(x => x.Styles).Returns(theme);
l.RegisterConstant(new Mock<IInputManager>().Object, typeof(IInputManager));

Loading…
Cancel
Save