summaryrefslogtreecommitdiff
path: root/testautomation/graphics/required/includes/impress/im_002_.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-03 16:12:29 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-03 16:12:29 +0200
commitb10e399049dbc5749c7eb80aed054b659767c398 (patch)
tree216b354729440f72319e1208c681422219b69be1 /testautomation/graphics/required/includes/impress/im_002_.inc
parent7b2c82f82d01a4301733b26d71e0de648a1cf7fb (diff)
vitomation01: #i109696 - Reformatted according to coding guidelines, these tests are extremely hard to read and feature an enormous amount of unnecessary wait cycles. Should fix soon.
Diffstat (limited to 'testautomation/graphics/required/includes/impress/im_002_.inc')
-rw-r--r--testautomation/graphics/required/includes/impress/im_002_.inc30
1 files changed, 15 insertions, 15 deletions
diff --git a/testautomation/graphics/required/includes/impress/im_002_.inc b/testautomation/graphics/required/includes/impress/im_002_.inc
index f4741210ce12..301b59dd757b 100644
--- a/testautomation/graphics/required/includes/impress/im_002_.inc
+++ b/testautomation/graphics/required/includes/impress/im_002_.inc
@@ -32,21 +32,21 @@
'\*****************************************************************
testcase tiEditDeleteSlide
-printlog "open application"
- Call hNewDocument
-printlog "Insert->Slide; press 'OK' "
- InsertSlide
- sleep 2
- hTypekeys "<Pagedown>"
- sleep 2
-printlog "Edit->Delete Slide "
- try
- EditDeleteSlide
- catch
- warnlog "Error when deleting slide"
- endcatch
- Call hCloseDocument
-printlog "close application "
+ printlog "open application"
+ Call hNewDocument
+ printlog "Insert->Slide; press 'OK' "
+ InsertSlide
+ sleep 2
+ hTypekeys "<Pagedown>"
+ sleep 2
+ printlog "Edit->Delete Slide "
+ try
+ EditDeleteSlide
+ catch
+ warnlog "Error when deleting slide"
+ endcatch
+ Call hCloseDocument
+ printlog "close application "
endcase