summaryrefslogtreecommitdiffstats
path: root/testautomation/global/tools
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-01 08:09:17 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-06-01 08:09:17 +0200
commit7c539e1226487dcbfcae7c29f53102d08d12b2ae (patch)
treea39713e01a3da45b1995a10f3f104d9bb7fc0566 /testautomation/global/tools
parentvitomation01: Local merge with DEV300_79 (diff)
parent#i10000# prechecks temporaly disabled. (diff)
downloadcore-7c539e1226487dcbfcae7c29f53102d08d12b2ae.tar.gz
core-7c539e1226487dcbfcae7c29f53102d08d12b2ae.zip
vitomation01: Local branch merge with DEV300_m80
Diffstat (limited to 'testautomation/global/tools')
-rwxr-xr-xtestautomation/global/tools/includes/optional/t_extension_manager_tools.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc
index eeb040e1cd0b..0b530af4a274 100755
--- a/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc
+++ b/testautomation/global/tools/includes/optional/t_extension_manager_tools.inc
@@ -79,6 +79,7 @@ function hExtensionAddGUI( _path as string, _flags as string ) as integer
'///+<li>-4 = Unknown messagebox before the file Open dialog exists</li>
'///+<li>-5 = Broken dependency warning displayed</li>
'///+<li>-6 = The File Open dialog did not pop up</li>
+ '///+<li>-7 = Unknown and unhandled messagebox. function exit</li>
'///</ul>
'///</ol>
@@ -100,6 +101,7 @@ function hExtensionAddGUI( _path as string, _flags as string ) as integer
'///+<li>Verify that the requested extension exists (filesystem level)</li>
if ( not FileExists( path ) ) then
printlog( CFN & "Requested extension does not exist" )
+ printlog( CFN & path )
hExtensionAddGUI() = -1
exit function
endif
@@ -233,6 +235,8 @@ function hExtensionAddGUI( _path as string, _flags as string ) as integer
else
printlog( CFN & "Unexpected/unknown dialog displayed" )
printlog( Active.getText() )
+ hExtensionAddGUI() = -7
+ exit function
endif
else
if ( instr( flags , "noupdate" ) <> 0 ) then