From: Michael Stapelberg Date: Sun, 28 Nov 2010 19:23:17 +0000 (+0100) Subject: tests: update t/04-floating.t for new border styles X-Git-Tag: tree-pr1~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a120a820d10dbeb7f1732ef6879e25fcdc7fc234;p=i3%2Fi3 tests: update t/04-floating.t for new border styles --- diff --git a/testcases/t/04-floating.t b/testcases/t/04-floating.t index de104f2f..a4ebccf6 100644 --- a/testcases/t/04-floating.t +++ b/testcases/t/04-floating.t @@ -52,12 +52,12 @@ sleep(0.25); ($absolute, $top) = $window->rect; cmp_ok($absolute->{width}, '==', 80, "i3 let the width at 80"); -cmp_ok($absolute->{height}, '==', 90, "i3 let the height at 90"); +cmp_ok($absolute->{height}, '==', 92, "i3 let the height at 90"); # We need to compare the position with decorations due to the way # we do decoration rendering (on the parent frame) in the tree branch cmp_ok($top->{x}, '==', 1, 'i3 mapped it to x=1'); -cmp_ok($top->{y}, '==', 18, 'i3 mapped it to y=18'); +cmp_ok($top->{y}, '==', 19, 'i3 mapped it to y=18'); $window->unmap;