summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java2
1 files changed, 1 insertions, 1 deletions
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);