summaryrefslogtreecommitdiff
path: root/testautomation/writer/optional/includes/undo/w_undo_history_1.inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-16 09:40:40 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-16 09:40:40 +0000
commit0ff309aa90ba59ea2d2c4fd3aa27f3502932110f (patch)
tree3137486ed96018445b75fcd1648c21c63867cf6a /testautomation/writer/optional/includes/undo/w_undo_history_1.inc
parentcfe204d1d6726ac3194148d9abec8403edef5a22 (diff)
CWS-TOOLING: integrate CWS hde01
2009-02-03 12:12:56 +0100 tbo r267312 : #95523# 2009-02-03 11:48:18 +0100 hde r267309 : #i98775# 2009-02-03 10:09:02 +0100 wg r267299 : i98572 2009-02-03 10:07:30 +0100 hde r267298 : #i98775# 2009-02-02 13:15:48 +0100 hde r267263 : #i96583# 2009-01-30 18:42:04 +0100 hde r267223 : #i96583# 2009-01-30 15:40:21 +0100 hde r267203 : #i98567# 2009-01-30 15:36:37 +0100 hde r267202 : #i96582# 2009-01-30 15:35:52 +0100 hde r267201 : #i96931# 2009-01-30 09:48:13 +0100 hde r267179 : i98638 2009-01-30 09:42:39 +0100 hde r267178 : i98638 2009-01-30 09:39:20 +0100 hde r267177 : i98638 2009-01-30 09:36:07 +0100 hde r267176 : i98638 2009-01-30 09:22:36 +0100 hde r267174 : i98638 2009-01-29 15:16:09 +0100 wg r267147 : i98606 2009-01-29 15:02:00 +0100 wg r267145 : i98606 2009-01-29 15:01:01 +0100 wg r267144 : i98606 2009-01-29 14:57:40 +0100 wg r267141 : i98606 2009-01-29 14:20:52 +0100 wg r267136 : i98606
Diffstat (limited to 'testautomation/writer/optional/includes/undo/w_undo_history_1.inc')
-rwxr-xr-xtestautomation/writer/optional/includes/undo/w_undo_history_1.inc20
1 files changed, 10 insertions, 10 deletions
diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc
index 42becf151918..8ac33f646393 100755
--- a/testautomation/writer/optional/includes/undo/w_undo_history_1.inc
+++ b/testautomation/writer/optional/includes/undo/w_undo_history_1.inc
@@ -40,15 +40,15 @@
sub w_undo_history_1
' a < 20 characters long string
- Call tUndoHistory1 ' Typing & Overwrite
- Call tUndoHistory2 ' Replace
- Call tUndoHistory3 ' Replace all & Delete
- Call tUndoHistory4 ' Sort
- Call tUndoHistory5 ' Text convert to table
+ Call tUndoOverwrite ' Typing & Overwrite
+ Call tUndoFindAndReplace ' Replace
+ Call tUndoReplaceAll ' Replace all & Delete
+ Call tUndoSort ' Sort
+ Call tUndoTableConvert ' Text convert to table
end sub
-testcase tUndoHistory1
+testcase tUndoOverwrite
'/// new document
Call hNewDocument
@@ -74,7 +74,7 @@ testcase tUndoHistory1
Call hCloseDocument
endcase
-testcase tUndoHistory2
+testcase tUndoFindAndReplace
'/// new Document
'/// <U><B>CHECK: Replace</B></U>
@@ -113,7 +113,7 @@ testcase tUndoHistory2
endcase
-testcase tUndoHistory3
+testcase tUndoReplaceAll
Dim CheckString as string
'/// new document
@@ -156,7 +156,7 @@ testcase tUndoHistory3
endcase
-testcase tUndoHistory4
+testcase tUndoSort
'/// new document
Call hNewDocument
@@ -183,7 +183,7 @@ testcase tUndoHistory4
endcase
-testcase tUndoHistory5
+testcase tUndoTableConvert
'/// new document
Call hNewDocument