What's the point of this commit? It looks like you are just trying to 
weaken the tests... :)

--
Tom.

On 12/11/13 11:13, Cedric Bail wrote:
> cedric pushed a commit to branch master.
>
> http://git.enlightenment.org/core/efl.git/commit/?id=2dc092d36e0741bcdffca23f82b2acbac8e0cda7
>
> commit 2dc092d36e0741bcdffca23f82b2acbac8e0cda7
> Author: Cedric Bail <cedric.b...@samsung.com>
> Date:   Tue Nov 12 20:12:54 2013 +0900
>
>      eina: adjust precision for all our targeted convertion.
> ---
>   src/tests/eina/eina_test_value.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/tests/eina/eina_test_value.c 
> b/src/tests/eina/eina_test_value.c
> index fc74e8b..a7d2531 100644
> --- a/src/tests/eina/eina_test_value.c
> +++ b/src/tests/eina/eina_test_value.c
> @@ -26,8 +26,8 @@
>   #include "eina_suite.h"
>   #include "Eina.h"
>
> -#define FP_ERR (0.0000001)
> -#define CHECK_FP(a, b) ((a - b) < FP_ERR)
> +#define FP_ERR (1)
> +#define CHECK_FP(a, b) ((a - b) <= FP_ERR)
>
>   START_TEST(eina_value_test_simple)
>   {
>


------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to