summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 14:38:18 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-11-25 15:14:33 +0100
commita65b46b71d0f95119b343f4e931a318703889b08 (patch)
treec77399c4bc67f273c3d43416aaf9437966650935 /unotest
parentb684a5bb0374719976accaa9cedca44fa3d821ad (diff)
remove debugcommand -- debugrun is superceding it
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/java/org/openoffice/test/OfficeConnection.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/unotest/source/java/org/openoffice/test/OfficeConnection.java b/unotest/source/java/org/openoffice/test/OfficeConnection.java
index 8f990764ef2e..ae2cae058667 100644
--- a/unotest/source/java/org/openoffice/test/OfficeConnection.java
+++ b/unotest/source/java/org/openoffice/test/OfficeConnection.java
@@ -105,12 +105,6 @@ public final class OfficeConnection {
assertNull(waitForProcess(process, 1000)); // 1 sec
}
}
- try {
- ProcessBuilder debugbp = new ProcessBuilder(
- Argument.get("debugcommand").split(" "));
- debugbp.start();
- Thread.sleep(1000);
- } catch(Exception e) {}
}
/** Shut down the OOo instance.