automationdev300m87: #i115106 - excluded tests due to #i115138
This commit is contained in:
parent
3c21f1f301
commit
c49e6e217a
1 changed files with 29 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
'\******************************************************************************
|
||||
testcase tPNG
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim iWaitIndex as integer
|
||||
|
@ -73,6 +76,10 @@ endcase 'tPNG
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tSVM
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim sFilter as string
|
||||
|
@ -238,6 +245,10 @@ endcase 'tSVM
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tPDF
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
|
||||
dim sPath as string
|
||||
dim sTemp as string
|
||||
dim iFileSize(12) as long
|
||||
|
@ -589,6 +600,9 @@ endcase 'tPDF_Creator
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tSVG
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim sFilter as string
|
||||
|
@ -654,6 +668,9 @@ endcase 'tSVG
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tBMP
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim bTemp as boolean
|
||||
|
@ -821,6 +838,9 @@ endcase 'tBMP
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tEMF
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim sFilter as string
|
||||
|
@ -952,6 +972,9 @@ endcase 'tEMF
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tMET
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim iWaitIndex as integer
|
||||
|
@ -1145,6 +1168,9 @@ endcase 'tMET
|
|||
'-------------------------------------------------------------------------------
|
||||
testcase tSWF
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim sFilter as string
|
||||
dim sExt as string
|
||||
dim x as integer
|
||||
|
@ -1170,6 +1196,9 @@ endcase 'tSWF
|
|||
'------------------------------------------------------------------------------
|
||||
testcase tWMF
|
||||
|
||||
warnlog( "#i115138 - Loading test document freezes the office" )
|
||||
goto endsub
|
||||
|
||||
dim x as integer
|
||||
dim i as integer
|
||||
dim iWaitIndex as integer
|
||||
|
|
Loading…
Reference in a new issue