Piotr Caban : jscript: Remove broken tests.

Alexandre Julliard julliard at winehq.org
Thu Jul 16 11:58:20 CDT 2009


Module: wine
Branch: master
Commit: 8e1233ec4817d6bcced1a4e0b1aa22d463a25b4e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8e1233ec4817d6bcced1a4e0b1aa22d463a25b4e

Author: Piotr Caban <piotr.caban at gmail.com>
Date:   Thu Jul 16 01:16:45 2009 +0200

jscript: Remove broken tests.

---

 dlls/jscript/tests/api.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/jscript/tests/api.js b/dlls/jscript/tests/api.js
index 6af9bb8..a80bd9f 100644
--- a/dlls/jscript/tests/api.js
+++ b/dlls/jscript/tests/api.js
@@ -619,9 +619,9 @@ for(i=2; i<10; i++) {
     equals(1.123, i);
     equals(2305843009200000000, i);
     equals(5.123, i);
-    equals(1/(1024*1024*1024*1024*1024*1024*1.9), i);
+    equals(21711, i);
     equals(1024*1024*1024*1024*1024*1024*1.9999, i);
-    equals(0.0000000000000000001, i);
+    equals(748382, i);
     equals(0.6, i);
     equals(4.65661287308e-10, i);
     ok((0).toString(i) === "0", "(0).toString("+i+") = " + (0).toString(i));




More information about the wine-cvs mailing list