summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base/java_complex.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base/java_complex.java')
-rw-r--r--qadevOOo/runner/base/java_complex.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java
index 946e14b42934..879f03c54d0f 100644
--- a/qadevOOo/runner/base/java_complex.java
+++ b/qadevOOo/runner/base/java_complex.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ public class java_complex implements TestBase
/**
* This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class
* and crates the JobDescription.
- * @param param
+ * @param param
* @return true of all tests run successfuly, esle false
*/
public boolean executeTest(TestParameters param)
@@ -75,8 +75,8 @@ public class java_complex implements TestBase
/**
* This function run the given DescEntry[] as ComplexTest
- * @param param
- * @param entries
+ * @param param
+ * @param entries
* @return true of all tests run successfuly, esle false
*/
public boolean executeTest(TestParameters param, DescEntry[] entries)
@@ -93,10 +93,10 @@ public class java_complex implements TestBase
ComplexTestCase testClass = null;
boolean returnVal = true;
-// the concept of the TimeOut depends on runner logs. If the runner log,
+// the concept of the TimeOut depends on runner logs. If the runner log,
// for exmaple to start a test method, the timeout was restet. This is not
// while the test itself log something like "open docuent...".
-// An property of complex test could be that it have only one test method
+// An property of complex test could be that it have only one test method
// which works for serveral minutes. Ih this case the TimeOut get not trigger
// and the office was killed.
// In complex tests just use "ThreadTimeOut" as timout.