summaryrefslogtreecommitdiffstats
path: root/tests/assets/bindings_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/assets/bindings_test.html')
-rwxr-xr-xtests/assets/bindings_test.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/assets/bindings_test.html b/tests/assets/bindings_test.html
index c20ccec..71f3438 100755
--- a/tests/assets/bindings_test.html
+++ b/tests/assets/bindings_test.html
@@ -175,7 +175,7 @@ function appendLog(msg) {
function runTests() {
// Assume that if the test isn't done after 10s that we failed.
- window.setTimeout(function() { JNIBindingsTest.testComplete(); }, 10000);
+ window.setTimeout(function() { JNIBindingsTest.notifyComplete(); }, 10000);
if (testPrimitiveTypes()) {
appendLog("testPrimitiveTypes passed!");
@@ -231,7 +231,7 @@ function runTests() {
appendLog("testParameterTypeMismatch failed!");
}
- JNIBindingsTest.testComplete();
+ JNIBindingsTest.notifyComplete();
}
</script>