summaryrefslogtreecommitdiff
path: root/js/test/Ice/operations/BatchOneways.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/operations/BatchOneways.js')
-rw-r--r--js/test/Ice/operations/BatchOneways.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operations/BatchOneways.js b/js/test/Ice/operations/BatchOneways.js
index d50ba94dfcd..db675a37d07 100644
--- a/js/test/Ice/operations/BatchOneways.js
+++ b/js/test/Ice/operations/BatchOneways.js
@@ -26,7 +26,7 @@
}
catch(err)
{
- p.fail(err);
+ p.reject(err);
throw err;
}
}