From fdb04e6f75f4b4d2868cd5e525f61f11e12764bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 2 Jun 2016 10:07:47 +0200 Subject: [PATCH] [autotests] Correct the expected values from 1a23ab7cf05ecf44cb105db43ebbd5db515d31ee --- autotests/wayland/struts_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotests/wayland/struts_test.cpp b/autotests/wayland/struts_test.cpp index 67a99cb23f..f8f35e4489 100644 --- a/autotests/wayland/struts_test.cpp +++ b/autotests/wayland/struts_test.cpp @@ -558,9 +558,9 @@ void StrutsTest::test363804() QCOMPARE(workspace()->clientArea(PlacementArea, 0, 1), geometries.at(0)); QCOMPARE(workspace()->clientArea(MaximizeArea, 0, 1), geometries.at(0)); QEXPECT_FAIL("", "The actual bug", Continue); - QCOMPARE(workspace()->clientArea(PlacementArea, 1, 1), QRect(554, 1080, 1366, 733)); + QCOMPARE(workspace()->clientArea(PlacementArea, 1, 1), QRect(554, 1080, 1366, 732)); QEXPECT_FAIL("", "The actual bug", Continue); - QCOMPARE(workspace()->clientArea(MaximizeArea, 1, 1), QRect(554, 1080, 1366, 733)); + QCOMPARE(workspace()->clientArea(MaximizeArea, 1, 1), QRect(554, 1080, 1366, 732)); QCOMPARE(workspace()->clientArea(WorkArea, 0, 1), QRect(0, 0, 1920, 1812)); // and destroy the window again