From aab14cb9fbc7d82b804a89e4cc61fb874c8636c8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 11 Jan 2012 19:21:33 +0100 Subject: fix prefix of command line switches (-- instead of -) --- toolkit/qa/complex/toolkit/UnitConversion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/qa') diff --git a/toolkit/qa/complex/toolkit/UnitConversion.java b/toolkit/qa/complex/toolkit/UnitConversion.java index ef100a7f81ad..ea93f31cada3 100644 --- a/toolkit/qa/complex/toolkit/UnitConversion.java +++ b/toolkit/qa/complex/toolkit/UnitConversion.java @@ -92,7 +92,7 @@ public class UnitConversion /** * The real test function * 1. try to get the XMultiServiceFactory of an already running office. Therefore make sure an (open|star)office is running with - * parameters like -accept="socket,host=localhost,port=8100;urp;" + * parameters like --accept="socket,host=localhost,port=8100;urp;" * 2. try to create an empty window * 3. try to convert the WindowPeer to an XWindow * 4. try to resize and move the window to an other position, so we get a well knowing position and size. -- cgit