summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-30 10:28:57 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-03-30 10:28:57 +0200
commit01b86789db30a88b6289c7a9ddaab1f0d0282b3e (patch)
tree10a35e188457f7a375d3f17f4ea5d4877ae258d7
parenteb4cad3c8f237e09db7589e875173b2dcfa81791 (diff)
using --headless, now that it works
-rw-r--r--test/source/java/org/openoffice/test/OfficeConnection.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/java/org/openoffice/test/OfficeConnection.java b/test/source/java/org/openoffice/test/OfficeConnection.java
index a7231fce5..6aa164aed 100644
--- a/test/source/java/org/openoffice/test/OfficeConnection.java
+++ b/test/source/java/org/openoffice/test/OfficeConnection.java
@@ -56,8 +56,7 @@ public final class OfficeConnection {
String headless_flags = "";
try {
if(Argument.get("headless").length() > 0) {
- // meh, we warn about -headless being replaced by --headless, but that does not actually work
- headless_flags = "-headless";
+ headless_flags = "--headless";
}
} catch(Exception e) {}
description = "pipe,name=oootest" + UUID.randomUUID();