summaryrefslogtreecommitdiff
path: root/test
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
commit4fee8060d39d387e0f2447b73c5a5a15ede4f70c (patch)
treea7e8b599446af8982855111627fff6dfcd29f023 /test
parent3797ed727e646089c1d8db4d21e5baceea20633d (diff)
using --headless, now that it works
Diffstat (limited to 'test')
-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 a7231fce573e..6aa164aed0f8 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();