summaryrefslogtreecommitdiff
path: root/testautomation/global/system
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-03-25 14:26:22 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-03-25 14:26:22 +0100
commitec8fc52ae7451a09fdb657243791f1b9cbf21f27 (patch)
treee9ed0ee4b777732695c90503e94957405f67579d /testautomation/global/system
parent8859d9f6d81f276b97f5c3c5b7f59d7bb8af859a (diff)
parentb9d6335f81cda58c89d61533493fae574b3d5466 (diff)
CWS-TOOLING: integrate CWS tbo08
Diffstat (limited to 'testautomation/global/system')
-rwxr-xr-x[-rw-r--r--]testautomation/global/system/includes/gvariabl.inc1
-rwxr-xr-x[-rw-r--r--]testautomation/global/system/includes/master.inc2
-rwxr-xr-x[-rw-r--r--]testautomation/global/system/includes/status.inc2
3 files changed, 4 insertions, 1 deletions
diff --git a/testautomation/global/system/includes/gvariabl.inc b/testautomation/global/system/includes/gvariabl.inc
index 9bd9754f9a24..562cde3a216e 100644..100755
--- a/testautomation/global/system/includes/gvariabl.inc
+++ b/testautomation/global/system/includes/gvariabl.inc
@@ -85,6 +85,7 @@ Global gAccessibility as Boolean '///+ gAccessibility => If an accessibility
Global gProductName as string '///+ gProductName => Name of the product (StarOffice, OpenOffice.org, ...)
Global gMacroSecurityLevel as integer'///+ gMacroSecurityLevel => Macro Security Level (0: Low ... 3: Very High)
Global gOfficeVersion as string '///+ gOfficeVersion => The version number of the office like 3.1, 9.0 ...
+Global gAutoUpdate as boolean '///+ gAutoUpdate => if office is able to request update streams
'/// - global OLE-objectnames
global gOLEWriter as String '///+ gOLEWriter => OLE-object-name for Writer
diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc
index 6f8acdf04853..d349c3737d91 100644..100755
--- a/testautomation/global/system/includes/master.inc
+++ b/testautomation/global/system/includes/master.inc
@@ -918,8 +918,10 @@ sub mMakeGeneralOptionsAPI
' At this point there is no needed to think about what to do, if it doesn't work.
end if
xViewRoot.dispose()
+ gAutoUpdate = TRUE
catch
qaErrorLog( sFileFunction & "This build does not support online update." )
+ gAutoUpdate = FALSE
endcatch
'///+ OOo Improvement - only if BUILD_SPECIAL is set we have this file created.
diff --git a/testautomation/global/system/includes/status.inc b/testautomation/global/system/includes/status.inc
index 5c7eb77d3695..49d3a836043a 100644..100755
--- a/testautomation/global/system/includes/status.inc
+++ b/testautomation/global/system/includes/status.inc
@@ -416,7 +416,7 @@ gTestName="" '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
wend
bError = True
if (i = 18) then ' big database error; resultfile wasn't created
- warnlog "Status Write Error! (TimeOut waiting for webservice result)" +chr(13)+ "Email is send to: " + gReturnAddress
+ warnlog "Status Write Error! (TimeOut waiting for webservice result)"
else
ListRead(glsStatusPage(), sOutFileTemp) '3
i = ListCount(glsStatusPage())