conform/anchors: Fix a dubious test

Changing the scale gravity should not affect the scale factors as well;
it was just a side-effect of the wrong implementation of the setter.
This commit is contained in:
Emmanuele Bassi 2012-03-19 14:47:55 +00:00
parent 5a77f814ab
commit 767b14fb2d

View File

@ -380,9 +380,9 @@ test_scale_center (TestState *state)
g_assert (scale_x == 4.0); g_assert (scale_x == 4.0);
g_assert (scale_y == 2.0); g_assert (scale_y == 2.0);
g_assert (gravity == gravities[i].gravity); g_assert (gravity == gravities[i].gravity);
assert_notifications (NOTIFY_SCALE_X | NOTIFY_SCALE_Y assert_notifications (NOTIFY_SCALE_CENTER_X |
| NOTIFY_SCALE_CENTER_X | NOTIFY_SCALE_CENTER_Y NOTIFY_SCALE_CENTER_Y |
| NOTIFY_SCALE_GRAVITY); NOTIFY_SCALE_GRAVITY);
assert_coords (state, assert_coords (state,
100 - gravities[i].x_pos * 3, 100 - gravities[i].x_pos * 3,
200 - gravities[i].y_pos, 200 - gravities[i].y_pos,