Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/button


Modified Files:
        ewl_button.c 


Log Message:
- fix test case

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/button/ewl_button.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_button.c        7 Nov 2007 23:48:58 -0000       1.8
+++ ewl_button.c        8 Nov 2007 02:19:29 -0000       1.9
@@ -325,7 +325,7 @@
        button = ewl_button_new();
        ewl_button_image_size_set(EWL_BUTTON(button), 30, 24);
        ewl_button_image_size_get(EWL_BUTTON(button), &w, &h);
-       if (w != 32 || h != 24) {
+       if (w != 30 || h != 24) {
                snprintf(buf, len, "image_size_get width and height don't 
differ");
                ret = 0;
        }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to