Kaydet (Commit) e3ea3165 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS greenstate30ver3_DEV300 (1.1.54); FILE MERGED

2008/09/02 09:40:41 jsk 1.1.54.2: #i93375#
2008/09/01 09:54:51 jsk 1.1.54.1: #i93322#
üst 6d7717e1
......@@ -8,9 +8,9 @@
'*
'* $RCSfile: window_functions.inc,v $
'*
'* $Revision: 1.1 $
'* $Revision: 1.2 $
'*
'* last change: $Author: jsi $ $Date: 2008-06-16 12:19:04 $
'* last change: $Author: rt $ $Date: 2008-09-04 09:16:41 $
'*
'* This file is part of OpenOffice.org.
'*
......@@ -39,6 +39,11 @@
testcase tWindowFunctions
if ( gtSysName = "Mac OS X" ) then
printlog( "No testing for Mac as some Window attributes do not exist" )
goto endsub
endif
'///<h1>Update test for window functionality</h1>
'///<ul>
dim brc as boolean
......@@ -404,7 +409,9 @@ testcase tCheckWindowTitle(sApplication as string, sReference as string)
end select
'///+<li>Close the document</li>
brc = hDestroyDocument()
while( getDocumentCount > 0 )
hDestroyDocument()
wend
'///</ul>
endcase
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment