summaryrefslogtreecommitdiff
path: root/testautomation/global/required
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-12-29 16:33:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-12-29 16:33:44 +0000
commit32b596fdfb8637d117c8cbb9f891d366fdc59dae (patch)
treece32c86c75b9557142a531d1d0206aa19f4107e5 /testautomation/global/required
parent89c9c545f47381d26a3b97b8b78d4bdb41a2914c (diff)
CWS-TOOLING: integrate CWS native216
2008-12-18 10:50:56 +0100 jsk r265675 : #i97390# 2008-12-18 09:35:32 +0100 jsk r265668 : #i97110# 2008-12-17 17:38:44 +0100 tbo r265649 : #i97365# double entries in hid.lst 2008-12-17 09:01:55 +0100 jsk r265580 : #i97343# 2008-12-16 21:11:08 +0100 jsk r265574 : #i97110# 2008-12-16 15:59:30 +0100 jsk r265555 : #i97110# 2008-12-16 15:57:57 +0100 jsk r265554 : #i97110# 2008-12-11 11:49:29 +0100 is r265274 : #i97101# new oooimprovement extension 2008-12-11 11:48:33 +0100 is r265272 : #i97101# new oooimprovement extension
Diffstat (limited to 'testautomation/global/required')
-rwxr-xr-xtestautomation/global/required/includes/g_option.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/testautomation/global/required/includes/g_option.inc b/testautomation/global/required/includes/g_option.inc
index 22566d212b1c..e5a15dbf602e 100755
--- a/testautomation/global/required/includes/g_option.inc
+++ b/testautomation/global/required/includes/g_option.inc
@@ -120,6 +120,15 @@ testcase tToolsOptionsStarOffice
Kontext "ExtrasOptionenDlg"
EchteAnzahl = Optionsliste.GetItemCount - iSectionNumber
iMenuShould = 13
+
+
+ if ( gExtensionOOoImprovementIsInstalled ) then
+ iMenuShould = iMenuShould + 1
+ printlog( "The OOoImprovementExtension is installed" )
+ else
+ qaerrorlog( "The OOoImprovementExtension is not installed" )
+ endif
+
if EchteAnzahl <> iMenuShould then
if ((gtplatform = "sol") OR (gtplatform = "x86") OR gOOO) AND EchteAnzahl = 12 then
printLog "One Tabpage is missing. This is ok for a patched Solaris (sparc and x86) or OOo installation."
@@ -302,6 +311,14 @@ testcase tToolsOptionsStarOffice
Call DialogTest( TabOnlineUpdate )
endif
'CheckNow.click
+ case 14: Kontext "TabOOoImprovement"
+ if ( gExtensionOOoImprovementIsInstalled ) then
+ printlog( " - OpenOffice.org Improvement Program" )
+ if ( TabOOoImprovement.isVisible() ) then
+ gefunden = TRUE
+ Call DialogTest( TabOOoImprovement )
+ endif
+ endif
end select
if gefunden=FALSE then
Warnlog "Error with the " + i + ".page, perhaps this page is deleted or change the place!"