tasn pushed a commit to branch evas-1.7.
commit 0383306bff3767f2d26ed30fe6419bc9a77fa4a5
Author: Tom Hacohen <[email protected]>
Date: Tue Aug 20 12:00:40 2013 +0100
Textblock tests: Fixed bad backport of tests.
Backport commit: 41aa29e3e68bb9c5320ae84260d45ee8457cb7d6
---
src/tests/evas_test_textblock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tests/evas_test_textblock.c b/src/tests/evas_test_textblock.c
index 9930cad..c769647 100644
--- a/src/tests/evas_test_textblock.c
+++ b/src/tests/evas_test_textblock.c
@@ -2220,8 +2220,8 @@ START_TEST(evas_textblock_size)
evas_object_textblock_size_native_get(tb, &nw, &nh);
fail_if((w != nw) || (h2 != nh));
- /* Two lines == double the height */
- fail_if(h * 2 != h2);
+ /* Two lines != double the height */
+ fail_if(h * 2 == h2);
evas_object_textblock_text_markup_set(tb, buf);
--
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk