cedric pushed a commit to branch master.

commit 9d54653a31f7ef4a530f3a497cfe0bd01cbb64fa
Author: Cedric Bail <[email protected]>
Date:   Thu Jul 18 16:52:57 2013 +0900

    edje: update position after avoiding rounding error.
---
 src/tests/edje/edje_test_edje.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/tests/edje/edje_test_edje.c b/src/tests/edje/edje_test_edje.c
index 9f7fa99..7a31436 100644
--- a/src/tests/edje/edje_test_edje.c
+++ b/src/tests/edje/edje_test_edje.c
@@ -144,9 +144,7 @@ START_TEST(edje_test_complex_layout)
     * rel2.relative: 1.0 1.0; rel2.offset -5 -5; */
    edje_object_part_geometry_get(obj, "l", &x, &y, &w, &h);
    fail_if(x != 5 || y != 500+2);
-   fail_if(w != 1000-5-5 + 1 || h != 500-5-2 + 1);
-
-
+   fail_if(w != 1000-5-5 + 1 || h != 500-5-2 + 2);
 
    EDJE_TEST_FREE_EVAS();
 }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to