summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-12 16:33:15 +0100
committerJose <jose@zeroc.com>2014-12-12 16:33:15 +0100
commit3058c7fdf2f479eb21a4d6cd6558c582b501620e (patch)
treefca8574952700df4fa7495a6e66b9c2eee067062
parentFixed (ICE-6146) - "Test.ACM.Client" is still used in some demos. (diff)
downloadice-3058c7fdf2f479eb21a4d6cd6558c582b501620e.tar.bz2
ice-3058c7fdf2f479eb21a4d6cd6558c582b501620e.tar.xz
ice-3058c7fdf2f479eb21a4d6cd6558c582b501620e.zip
Fixed (ICE-6151) - Android Chrome test Ice/operationsBidir fails
-rw-r--r--js/test/Ice/operations/BatchOneways.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Ice/operations/BatchOneways.js b/js/test/Ice/operations/BatchOneways.js
index 551e8a97c0a..d30599b4ba6 100644
--- a/js/test/Ice/operations/BatchOneways.js
+++ b/js/test/Ice/operations/BatchOneways.js
@@ -84,9 +84,9 @@
return prx.opByteSOnewayCallCount();
}
).then(
- function(count)
+ function(n)
{
- return wait(count);
+ return wait(n + count);
}
);
}