summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_syssh
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-08 11:57:51 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-08 11:57:51 +0000
commit1197f86bb1adc9e279c949201acedebb1bc5c850 (patch)
tree6ef2dad5adbf1fa3f1ca438e49c3b874fed1f7ae /qadevOOo/tests/java/mod/_syssh
parent9b595bf655f57a5f5c2a52b39ac9b93fa3a840e4 (diff)
INTEGRATION: CWS qadev11 (1.2.14); FILE MERGED
2003/09/03 15:35:19 sw 1.2.14.1: #112049#
Diffstat (limited to 'qadevOOo/tests/java/mod/_syssh')
-rw-r--r--qadevOOo/tests/java/mod/_syssh/SystemShellExecute.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/qadevOOo/tests/java/mod/_syssh/SystemShellExecute.java b/qadevOOo/tests/java/mod/_syssh/SystemShellExecute.java
index a4c1a806c496..67f1f608b2d0 100644
--- a/qadevOOo/tests/java/mod/_syssh/SystemShellExecute.java
+++ b/qadevOOo/tests/java/mod/_syssh/SystemShellExecute.java
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemShellExecute.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-05-27 13:56:37 $
+ * last change:$Date: 2003-09-08 12:57:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,15 +61,17 @@
package mod._syssh;
-import com.sun.star.lang.XMultiServiceFactory;
-import com.sun.star.uno.Exception;
-import com.sun.star.uno.XInterface;
import java.io.PrintWriter;
+
import lib.StatusException;
import lib.TestCase;
import lib.TestEnvironment;
import lib.TestParameters;
+import com.sun.star.lang.XMultiServiceFactory;
+import com.sun.star.uno.Exception;
+import com.sun.star.uno.XInterface;
+
public class SystemShellExecute extends TestCase {
protected TestEnvironment createTestEnvironment(TestParameters tParam,