summaryrefslogtreecommitdiff
path: root/forms/qa/integration
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-31 10:57:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-31 10:57:13 +0000
commitddfae24976f35cf85f4e48dfc042a87ad0b67cfa (patch)
tree9cdc00fcd44a5a310a0637f2434831a5f74b05a5 /forms/qa/integration
parent59ef5473e8d8c31a63d7aa77ca395f91cb70908e (diff)
INTEGRATION: CWS dba203b (1.3.70); FILE MERGED
2006/03/28 06:22:51 fs 1.3.70.1: layout
Diffstat (limited to 'forms/qa/integration')
-rw-r--r--forms/qa/integration/forms/TestCase.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/forms/qa/integration/forms/TestCase.java b/forms/qa/integration/forms/TestCase.java
index 24985960eef5..d1abf917a3a4 100644
--- a/forms/qa/integration/forms/TestCase.java
+++ b/forms/qa/integration/forms/TestCase.java
@@ -4,9 +4,9 @@
*
* $RCSfile: TestCase.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:31:31 $
+ * last change: $Author: vg $ $Date: 2006-03-31 11:57:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -119,9 +119,9 @@ public abstract class TestCase extends complexlib.ComplexTestCase implements com
/* internal methods */
/* ------------------------------------------------------------------ */
/** waits for the user to press a key (on the console where she started the java program)
- or the document to be closed by the user.
- @return
- <TRUE/> if the user pressed a key on the console, <FALSE/> if she closed the document
+ or the document to be closed by the user.
+ @return
+ <TRUE/> if the user pressed a key on the console, <FALSE/> if she closed the document
*/
protected boolean waitForUserInput() throws java.lang.Exception
{