summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorHelge Delfs <hde@openoffice.org>2009-10-23 11:40:51 +0000
committerHelge Delfs <hde@openoffice.org>2009-10-23 11:40:51 +0000
commit9864abc626931ebf103fc8c11b5c09555e3cb459 (patch)
tree4c032d57c6b00dfb0482aae70a71a70edc35e0a4 /testautomation
parent22cd5cb9339f5cfb2ed13dbc396364a2c03aa7bc (diff)
note renamed to comment
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/writer/optional/includes/undo/w_undo_history_3.inc23
1 files changed, 10 insertions, 13 deletions
diff --git a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc
index f0e3d8966ea2..0edd49e1f4a2 100755
--- a/testautomation/writer/optional/includes/undo/w_undo_history_3.inc
+++ b/testautomation/writer/optional/includes/undo/w_undo_history_3.inc
@@ -45,7 +45,7 @@ sub w_undo_history_3
Call tUndoCaption ' Insert Caption
Call tUndoAutoText ' Insert Autotext
Call tUndoBookmark ' Bookmark (Insert/Rename/Delete)
- Call tUndoNote ' Note (Insert/Delete)
+ Call tUndoComment ' Comment (Insert/Delete)
Call tUndoScript ' Script (Insert/Delete)
Call tUndoIndexes ' Index/Bibliography entrys (Insert/Delete)
Call tUndoFrames ' Frames (Insert/Rename/Delete)
@@ -293,26 +293,23 @@ goto endsub
endcase
-testcase tUndoNote
+testcase tUndoComment
- '/// <B>Note (Insert/Delete)</B>
- printlog "- Insert Note"
- '/// new document
+ printlog "New document"
Call hNewDocument
- '/// Insert / Note
+ printlog "Insert / Comment"
InsertNoteWriter
- '/// string in Undo-list has to be: "Insert note")
- Call CheckUndoStringInUndoList ( 10, "InsertNote" )
- printlog "- Delete Note"
- '/// Bring up the Navigator, find the entry "Notes", expand it, and select the expanded section.
+ printlog "String in Undo-list has to be: 'Insert Comment'"
+ Call CheckUndoStringInUndoList ( 10, "InsertComment" )
+ printlog "- Delete Comment"
+ printlog "Bring up the Navigator, find the entry 'Comments', expand it, and select the expanded section."
Call wNavigatorAuswahl( 11, 1 )
- '/// Enter 'Delete' 'Backspace'
kontext "Navigator"
Navigator.TypeKeys "<DELETE>"
'/// Close the Navigator
ViewNavigator
- '/// string in Undo-list has to be: "Delete: 'This is a note'")
- Call CheckUndoStringInUndoList ( 10, "DeleteNote" )
+ '/// string in Undo-list has to be: "Delete comment")
+ Call CheckUndoStringInUndoList ( 10, "DeleteComment" )
'/// Close document
Call hCloseDocument