From 10bbab7568053dfe357bca6ee01450d03051cfff Mon Sep 17 00:00:00 2001 From: "Wolfram Garten [wg]" Date: Mon, 21 Feb 2011 11:20:31 +0100 Subject: i117035: [Automation] adapt automated testscripts to new export format svg --- testautomation/framework/required/includes/first.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testautomation/framework/required/includes') 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 ) -- cgit