summaryrefslogtreecommitdiff
path: root/framework/qa/complex/desktop/DesktopTerminate.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 09:54:58 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:50 +0200
commit0c5f51ebbcb7e22baa913e2012e3dcfcc6cf7897 (patch)
tree3d441110176e37c1a6ba2d15a3653d5023863075 /framework/qa/complex/desktop/DesktopTerminate.java
parentd26540bb05b0443e7988da34372c86f88cbf1f6c (diff)
java: remove commented out code
Change-Id: I44e2043e5da23bc9421c03e550ef1d8b7ebaad36
Diffstat (limited to 'framework/qa/complex/desktop/DesktopTerminate.java')
-rw-r--r--framework/qa/complex/desktop/DesktopTerminate.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/framework/qa/complex/desktop/DesktopTerminate.java b/framework/qa/complex/desktop/DesktopTerminate.java
index f716e40bc6fb..468dcc59f478 100644
--- a/framework/qa/complex/desktop/DesktopTerminate.java
+++ b/framework/qa/complex/desktop/DesktopTerminate.java
@@ -41,19 +41,6 @@ public class DesktopTerminate
private int iOfficeCloseTime = 1000;
/**
- * A frunction to tell the framework, which test functions are available.
- * Right now, it's only 'checkPersistentWindowState'.
- * @return All test methods.
- */
-// public String[] getTestMethodNames()
-// {
-// return new String[]
-// {
-// "checkPersistentWindowState"
-// };
-// }
-
- /**
* Test if all available document types change the
* persistent Window Attributes
*
@@ -80,14 +67,6 @@ public class DesktopTerminate
{
System.out.println("Connect the first time.");
-// System.out.println("AppExecCommand: " + (String) param.get("AppExecutionCommand"));
-// System.out.println("ConnString: " + (String) param.get("ConnectionString"));
-// oProvider = new OfficeProvider();
-// iOfficeCloseTime = param.getInt("OfficeCloseTime");
-// if (iOfficeCloseTime == 0)
-// {
-// iOfficeCloseTime = 1000;
-// }
if (!connect())
{