summaryrefslogtreecommitdiff
path: root/testautomation/graphics
diff options
context:
space:
mode:
authorWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-12-08 10:27:28 +0100
committerWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-12-08 10:27:28 +0100
commitf9048c95f462f7a49e99904f3260b1c8edfa4da3 (patch)
tree6468f7f800bb27ff2abdccd9ba82bd97e7880126 /testautomation/graphics
parent2c897eddbbac1c41c53e997db6c0a3d27628c88d (diff)
i115985: [Automation]: wipe off last old comments
Diffstat (limited to 'testautomation/graphics')
-rw-r--r--testautomation/graphics/optional/includes/global/g_arrangealign.inc2
-rw-r--r--testautomation/graphics/optional/includes/global/g_character.inc16
-rw-r--r--testautomation/graphics/optional/includes/global/g_clipboard.inc8
-rw-r--r--testautomation/graphics/optional/includes/global/g_line.inc2
-rw-r--r--testautomation/graphics/optional/includes/impress/i_pengine.inc1
-rw-r--r--testautomation/graphics/optional/includes/impress/i_slidelayer.inc34
-rw-r--r--testautomation/graphics/optional/includes/impress/i_slideshow.inc6
-rw-r--r--testautomation/graphics/optional/includes/impress/i_slideshow3.inc2
8 files changed, 35 insertions, 36 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_arrangealign.inc b/testautomation/graphics/optional/includes/global/g_arrangealign.inc
index 1023ab88fd0a..1c1b39f22207 100644
--- a/testautomation/graphics/optional/includes/global/g_arrangealign.inc
+++ b/testautomation/graphics/optional/includes/global/g_arrangealign.inc
@@ -49,7 +49,7 @@ testcase tiDatei_Fuer_Anordnen_Erstellen
hMenuSelectNr(4)
hMenuSelectNr(13)
- call sSelectEmptyLayout '/// new document ///'
+ call sSelectEmptyLayout
if Dir(Datei)<>"" then app.Kill(Datei) ' kill old file
printlog "create 3 overlapping objects "
for Zaehler = 1 to 3
diff --git a/testautomation/graphics/optional/includes/global/g_character.inc b/testautomation/graphics/optional/includes/global/g_character.inc
index 8d58263c74d4..a1ee4285036b 100644
--- a/testautomation/graphics/optional/includes/global/g_character.inc
+++ b/testautomation/graphics/optional/includes/global/g_character.inc
@@ -404,35 +404,35 @@ testcase tSetFormatCharacter
Call hNewDocument
printlog "activate all languages in options "
- '///+ Tools->Options "
+ printlog " Tools->Options "
ToolsOptions
- '///+ select tabpage 'Languages' from set 'Language Settings' "
+ printlog " select tabpage 'Languages' from set 'Language Settings' "
hToolsOptions("LANGUAGESETTINGS","Languages")
kontext "TabSprachen"
- '///+ save state and check checkbox 'Asian languages support' "
+ printlog " save state and check checkbox 'Asian languages support' "
printlog "if the language is Asian, skip this part "
printlog "iSprache = " + iSprache
if bAsianLan = FALSE then
bAsian = Aktivieren.isEnabled
Aktivieren.check
endif
- '///+ save state and check checkbox 'Complex text layout (CTL) support' "
+ printlog " save state and check checkbox 'Complex text layout (CTL) support' "
bComplex = ComplexScriptEnabled.isEnabled
ComplexScriptEnabled.check
- '///+ close dialog 'Options' with OK "
+ printlog "close dialog 'Options' with OK "
Kontext "ExtrasOptionenDlg"
ExtrasOptionenDlg.OK
printlog "get count of languages "
- '///+ Format->Character "
+ printlog " Format->Character "
FormatCharacter
sleep 1
Kontext
- '///+ switch to tabpage 'Font' "
+ printlog "switch to tabpage 'Font' "
Messagebox.SetPage TabFont
kontext "TabFont"
sleep 1
- '///+ get count of languages for Western/Asian/CTL fonts "
+ printlog " get count of languages for Western/Asian/CTL fonts "
iWest = LanguageWest.getItemCount
iAsian = LanguageEast.getItemCount
iComplex = LanguageCTL.getItemCount
diff --git a/testautomation/graphics/optional/includes/global/g_clipboard.inc b/testautomation/graphics/optional/includes/global/g_clipboard.inc
index 70b387581329..15635d019de0 100644
--- a/testautomation/graphics/optional/includes/global/g_clipboard.inc
+++ b/testautomation/graphics/optional/includes/global/g_clipboard.inc
@@ -259,14 +259,14 @@ testcase tiEditClipboard
printlog "Get values for position variables"
Ueber_Text_4 = fGetPositionX()
Sleep 1
- printlog "<b> Edit->Copy </b>"
+ printlog " Edit->Copy"
EditCopy
- '///+ Type Key [Deletee]"
+ printlog " Type Key [Delete]"
hTypeKeys "<DELETE>"
- '///+ <i> Edit->Paste </i>"
+ printlog "Edit->Paste"
EditPaste
sleep 1
- '///+ Edit->Select All"
+ printlog "Edit->Select All"
EditSelectAll
sTemp = fGetPositionX()
printlog "TabPositionAndSize: comparing position with original position"
diff --git a/testautomation/graphics/optional/includes/global/g_line.inc b/testautomation/graphics/optional/includes/global/g_line.inc
index 2a6d5b315f89..eb672b3b9716 100644
--- a/testautomation/graphics/optional/includes/global/g_line.inc
+++ b/testautomation/graphics/optional/includes/global/g_line.inc
@@ -325,7 +325,7 @@ ZentriertLinks.Check
TabLinienenden.Cancel
sleep 2
- '///New part for line
+ 'New part for line
'EditSelectAll printlog "Select all objects in document"
'sleep 2
'hTypeKeys "<DELETE>" printlog "Delete objects"
diff --git a/testautomation/graphics/optional/includes/impress/i_pengine.inc b/testautomation/graphics/optional/includes/impress/i_pengine.inc
index aed79a6ce827..2374ff28f572 100644
--- a/testautomation/graphics/optional/includes/impress/i_pengine.inc
+++ b/testautomation/graphics/optional/includes/impress/i_pengine.inc
@@ -210,7 +210,6 @@ testcase tSlideShowInteraction
setStartCurrentPage(FALSE) printlog "Set "start with current page to OFF"
printlog "call 'Insert->Slide' three times and name the slides 2, 3, 4 and create a rectangle on it "
- '///+ we now have 4 slides ?! :-)"
for i = 2 to 4
InsertSlide
sleep 2
diff --git a/testautomation/graphics/optional/includes/impress/i_slidelayer.inc b/testautomation/graphics/optional/includes/impress/i_slidelayer.inc
index 724aaa8b70a4..508394144663 100644
--- a/testautomation/graphics/optional/includes/impress/i_slidelayer.inc
+++ b/testautomation/graphics/optional/includes/impress/i_slidelayer.inc
@@ -49,23 +49,23 @@ testcase tiInsertExpandSlide
ViewWorkspaceOutlineView
Sleep 1
Kontext "DocumentImpressOutlineView"
- '///+ create a slide with some levels...and some more slides with just one level... "
- '///+ it should look like this: "
- '///+-------------------------------------------------- "
- '///+ Slide 1"
- '///+ - A "
- '///+ - - B"
- '///+ - - - C"
- '///+ - - - - D"
- '///+ - - - - - - F"
- '///+ - B"
- '///+ - C"
- '///+ - D"
- '///+ Slide 2 "
- '///+ Slide 3 "
- '///+ Slide 4 "
- '///+ Slide 5 "
- '///+-------------------------------------------------- "
+ 'create a slide with some levels...and some more slides with just one level... "
+ 'it should look like this: "
+ '-------------------------------------------------- "
+ 'Slide 1"
+ ' - A "
+ '- - B"
+ ' - - - C"
+ ' - - - - D"
+ ' - - - - - - F"
+ ' - B"
+ ' - C"
+ ' - D"
+ ' Slide 2 "
+ ' Slide 3 "
+ ' Slide 4 "
+ ' Slide 5 "
+ '-------------------------------------------------- "
DocumentImpressOutlineView.TypeKeys "Slide 1"
for i = 1 to 6
DocumentImpressOutlineView.TypeKeys "<return><tab>"
diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow.inc b/testautomation/graphics/optional/includes/impress/i_slideshow.inc
index 2c51a83a509a..da96b13cc47d 100644
--- a/testautomation/graphics/optional/includes/impress/i_slideshow.inc
+++ b/testautomation/graphics/optional/includes/impress/i_slideshow.inc
@@ -1092,7 +1092,7 @@ testcase tSlideShowSlideTransition
select case i
case 1: printlog " click button 'Automatic Transition' "
if (TransitionAutomaticallyAfter.IsEnabled) then
- '///+ - + + Check Time '1' OR "
+ printlog " Check Time '1' OR "
sTemp = TransitionAutomaticallyAfterTime.GetText
if (sTemp <> TimerValue) then
Warnlog " Time is different :-( is: '" + sTemp + "' should be: '" + TimerValue + "'" '"00:00:01"
@@ -1101,11 +1101,11 @@ testcase tSlideShowSlideTransition
Warnlog " button 'Automatic Transition' not pressed ?"
end if
case 2: if (TransitionAutomaticallyAfter.IsChecked <> FALSE) then
- '///+ - + check button 'SemiAutomatic Transition' OR "
+ printlog " check button 'SemiAutomatic Transition' OR "
Warnlog " button 'Automatic Transition' is pressed ?"
end if
case 3: if (TransitionAutomaticallyAfter.IsChecked <> FALSE) then
- '///+ - + click button 'Manual Transition' "
+ printlog "click button 'Manual Transition' "
Warnlog " button 'Automatic Transition' is pressed ?"
end if
end select
diff --git a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc
index 07ac2f0d9def..52858e22e7cf 100644
--- a/testautomation/graphics/optional/includes/impress/i_slideshow3.inc
+++ b/testautomation/graphics/optional/includes/impress/i_slideshow3.inc
@@ -560,7 +560,7 @@ testcase tExtrasPraesentationseinstellungen
printlog " Check state of navigator ! Expected: closed"
Kontext "Navigator"
if Navigator.exists then
- '///+ Close Navigator !"
+ printlog " Close Navigator !"
Navigator.Close
Warnlog "Navigator: Should have been closed. Closing now."
else