From: Emmanuele Bassi Date: Mon, 19 Mar 2012 14:47:55 +0000 (+0000) Subject: conform/anchors: Fix a dubious test X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=767b14fb2d1cc639cd65604049cfe3fc0abb108f;p=profile%2Fivi%2Fclutter.git 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. --- diff --git a/tests/conform/actor-anchors.c b/tests/conform/actor-anchors.c index 9cb129e..42e23ce 100644 --- a/tests/conform/actor-anchors.c +++ b/tests/conform/actor-anchors.c @@ -380,9 +380,9 @@ test_scale_center (TestState *state) g_assert (scale_x == 4.0); g_assert (scale_y == 2.0); g_assert (gravity == gravities[i].gravity); - assert_notifications (NOTIFY_SCALE_X | NOTIFY_SCALE_Y - | NOTIFY_SCALE_CENTER_X | NOTIFY_SCALE_CENTER_Y - | NOTIFY_SCALE_GRAVITY); + assert_notifications (NOTIFY_SCALE_CENTER_X | + NOTIFY_SCALE_CENTER_Y | + NOTIFY_SCALE_GRAVITY); assert_coords (state, 100 - gravities[i].x_pos * 3, 200 - gravities[i].y_pos,