mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[kandinsky/test] Repare test on rect union
Change-Id: Ie78bc2a42442ea4b1e36d85034181723a5d08c2d
This commit is contained in:
@@ -54,7 +54,7 @@ QUIZ_CASE(kandinsky_rect_empty_union) {
|
||||
|
||||
t = a.unionedWith(c);
|
||||
assert(t.x() == a.x());
|
||||
assert(t.y() == c.y());
|
||||
assert(t.y() == a.y());
|
||||
assert(t.width() == a.width());
|
||||
assert(t.height() == 7);
|
||||
assert(t.height() == a.height());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user