projects
/
mutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d3955
)
Revert "tests: Fix actor-anchors test"
author
Jeremy Bicha
<jbicha@ubuntu.com>
Sat, 21 Oct 2017 22:58:37 +0000
(18:58 -0400)
committer
Jeremy Bicha
<jbicha@debian.org>
Sat, 21 Oct 2017 23:47:22 +0000
(
00:47
+0100)
This reverts commit
dd451547a5e7bcce6d9752cb1936ee8222b82315
.
since we reverted commit
5cb5baa
with commit
193216c
Gbp-Pq: Name 0019-Revert-tests-Fix-actor-anchors-test.patch
clutter/tests/conform/actor-anchors.c
patch
|
blob
|
history
diff --git
a/clutter/tests/conform/actor-anchors.c
b/clutter/tests/conform/actor-anchors.c
index 55395880b4102618364d5dd0bbd3877d3c91bcc1..ee3b6a5e6cf166c2373396d7434a84097f562ea7 100644
(file)
--- a/
clutter/tests/conform/actor-anchors.c
+++ b/
clutter/tests/conform/actor-anchors.c
@@
-407,7
+407,8
@@
test_scale_center (TestState *state)
g_assert (scale_x == 4.0);
g_assert (scale_y == 2.0);
g_assert (gravity == CLUTTER_GRAVITY_NONE);
- assert_notifications (NOTIFY_SCALE_CENTER_X | NOTIFY_SCALE_CENTER_Y
+ assert_notifications (NOTIFY_SCALE_X | NOTIFY_SCALE_Y
+ | NOTIFY_SCALE_CENTER_X | NOTIFY_SCALE_CENTER_Y
| NOTIFY_SCALE_GRAVITY);
assert_coords (state, 100 + 10 - 10 * 4, 200 + 20 - 20 * 2,
100 + 10 + (RECT_WIDTH - 10) * 4,