qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2b683d68a09d9f85f9fc06d9582964c72d73a5ab Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 20 13:17:44 2020 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Aug 21 12:32:28 2020 +0200 Fix typo in code Change-Id: I9762e33948af64067f25add657f4a64cd19bd467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101120 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java index fee7668c7917..c3417118e2b2 100644 --- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java +++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java @@ -164,7 +164,7 @@ public class _XDocumentInsertable extends MultiMethodTest { if (result) { try { PropertyValue [] szEmptyArgs = new PropertyValue [0]; - String docURL = "file:///c:/ThisIsAnInvaldURL"; + String docURL = "file:///c:/ThisIsAnInvalidURL"; log.println("Inserting document from URL '" + docURL + "'"); oObj.insertDocumentFromURL(docURL, szEmptyArgs); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits