Description: fix a failing test
Forwarded: no
Author: tony mancill <tmancill@debian.org>
Origin: vendor
Last-Update: 2012-04-18

--- a/src/test/org/onemind/jxp/testJdk15.jxp
+++ b/src/test/org/onemind/jxp/testJdk15.jxp
@@ -6,7 +6,7 @@
 var values[] = { "a", "b", "c" };
 
 //test function from math
-assert(abs(-1.3f)==1.3);
+assert(abs(-1.3f) - 1.3 < Float.MIN_VALUE);
 
 //test methods from test class
 //staticPrivateMethod();
