summaryrefslogtreecommitdiff
path: root/js/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-03-05 17:40:59 +0100
committerJose <jose@zeroc.com>2015-03-05 17:40:59 +0100
commitbe6ef787a0ce3a19c2777307b34840be8536ebaf (patch)
tree0dcbd1f0d876087f1654057d7689899c17e94920 /js/test
parent- Added ice36.rb. (diff)
downloadice-be6ef787a0ce3a19c2777307b34840be8536ebaf.tar.bz2
ice-be6ef787a0ce3a19c2777307b34840be8536ebaf.tar.xz
ice-be6ef787a0ce3a19c2777307b34840be8536ebaf.zip
Fixed Ice.Long.toNumber to handle negative numbers added number test.
Diffstat (limited to 'js/test')
-rw-r--r--js/test/Common/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html
index cad0af89f46..c46509ef8ae 100644
--- a/js/test/Common/index.html
+++ b/js/test/Common/index.html
@@ -319,7 +319,11 @@
"Ice/timeout":
{
files: ["Test.js", "Client.js"]
- }
+ },
+ "Ice/number":
+ {
+ files: ["Client.js"]
+ },
};
var current, next;