Browse Source

Fix failing layout test.

pull/145/head
Steven Kirk 11 years ago
parent
commit
04feb4bf32
  1. 1
      tests/Perspex.Layout.UnitTests/FullLayoutTests.cs

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

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

Loading…
Cancel
Save