summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/first.inc
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2011-03-29 15:25:13 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2011-03-29 15:25:13 +0200
commit10a3123ef4aceb093ae71dd530050f2ee3686922 (patch)
tree8bcaf60eb90134ead1b78375dcb44f97f02c49d4 /testautomation/framework/required/includes/first.inc
parent94371f0f5d3ddb14b6c29599c34fcab46b59c4e6 (diff)
parentdbd4d3966d8abb3baf313c9a4a655c99d48d3bb3 (diff)
CWS-TOOLING: integrate CWS ka102
Notes
Notes: split repo tag: testing_ooo/DEV300_m105 split repo tag: testing_ooo/DEV300_m106
Diffstat (limited to 'testautomation/framework/required/includes/first.inc')
-rw-r--r--testautomation/framework/required/includes/first.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/testautomation/framework/required/includes/first.inc b/testautomation/framework/required/includes/first.inc
index 35905c20c39c..4ab2352d07cc 100644
--- a/testautomation/framework/required/includes/first.inc
+++ b/testautomation/framework/required/includes/first.inc
@@ -304,11 +304,11 @@ testcase tInFilterCountCompare()
printlog( "Check filterlist (filterstring) for graphics files" )
const FILE_NAME = "graphic_filters.txt"
- const SUFFIX_STRING_LENGTH = 178
+ const SUFFIX_STRING_LENGTH = 184
' List of filter suffixes for verification in case of error
' *.bmp;*.dxf;*.emf;*.eps;*.gif;*.jpg;*.jpeg;*.jfif;*.jif;*.met;*.pbm;*.pcd;
-' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svm;*.tga;*.tif;
+' *.pct;*.pcx;*.pgm;*.png;*.ppm;*.psd;*.ras;*.sgf;*.sgv;*.svg;*.svm;*.tga;*.tif;
' *.tiff;*.wmf;*.xbm;*.xpm;*.pict
dim caUIFilters( 30 ) as string
@@ -383,6 +383,8 @@ testcase tInFilterCountCompare()
endif
irc = iEnd - iBegin
+ printlog irc
+ printlog SUFFIX_STRING_LENGTH
if ( irc <> SUFFIX_STRING_LENGTH ) then
warnlog( "The list of file suffixes has changed, please verify" )
printlog( "Found: " & irc & " chars, expected " & SUFFIX_STRING_LENGTH )