diff options
author | Liu Zhe <liuzhe@apache.org> | 2012-08-28 05:44:34 +0000 |
---|---|---|
committer | Liu Zhe <liuzhe@apache.org> | 2012-08-28 05:44:34 +0000 |
commit | 426b6e9c3331c168efe0458ae36482d77de9816b (patch) | |
tree | 417a692024ed8bcb1af97d5df3e71efcd0140559 /test | |
parent | c5bc5c253840bf0d00591119d128eff48350092c (diff) |
#120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
Patch by: Li Lin Yi <lilinyi921734@gmail.com>
Review by: Liu Zhe <aliuzhe@gmail.com>
Notes
Notes:
ignore: vclauto
Diffstat (limited to 'test')
-rw-r--r-- | test/testcommon/source/org/openoffice/test/OpenOffice.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testcommon/source/org/openoffice/test/OpenOffice.java b/test/testcommon/source/org/openoffice/test/OpenOffice.java index 2bda83fcca4d..59790579decf 100644 --- a/test/testcommon/source/org/openoffice/test/OpenOffice.java +++ b/test/testcommon/source/org/openoffice/test/OpenOffice.java @@ -245,6 +245,7 @@ public class OpenOffice { */ public static void killAll() { SystemUtil.killProcess(".*soffice.*"); + SystemUtil.sleep(1); } |