Index: testing/resources/javascript/document_methods_expected.txt |
diff --git a/testing/resources/javascript/document_methods_expected.txt b/testing/resources/javascript/document_methods_expected.txt |
index ed601f279b20a4d0295ae24dd35a7367e3c42ebb..70a7481708780687904900e7474aae0738847240 100644 |
--- a/testing/resources/javascript/document_methods_expected.txt |
+++ b/testing/resources/javascript/document_methods_expected.txt |
@@ -68,6 +68,9 @@ Alert: PASS: this.replacePages(1, 2, "clams", [1, 2, 3]) = undefined |
Alert: PASS: typeof this.saveAs = function |
Alert: PASS: this.saveAs() = undefined |
Alert: PASS: this.saveAs(1, 2, "clams", [1, 2, 3]) = undefined |
+Alert: PASS: typeof this.syncAnnotScan = function |
+Alert: PASS: this.syncAnnotScan() = undefined |
+Alert: PASS: this.syncAnnotScan(1, 2, "clams", [1, 2, 3]) = undefined |
Alert: *** Testing Supported Methods *** |
Alert: PASS: typeof this.addIcon = function |
Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of parameters passed to function. |