From: kgv Date: Mon, 15 Apr 2013 07:56:29 +0000 (+0400) Subject: Adjusting testing case for current state of OCCT X-Git-Tag: V6_6_0~21 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0c4ca3bd7be3931253f8b2acd3056e1914e6030b;p=occt.git Adjusting testing case for current state of OCCT --- diff --git a/tests/bugs/vis/bug21091_7 b/tests/bugs/vis/bug21091_7 index 4b4da6f803..8cbb694942 100755 --- a/tests/bugs/vis/bug21091_7 +++ b/tests/bugs/vis/bug21091_7 @@ -44,9 +44,9 @@ if { [file exists ${aFile}] } { puts "Export to TEX file was done" set filesize [file size ${aFile}] puts "Size of TEX file = $filesize" - if { $filesize >= 1500 } { - puts "Faulty : Export to TEX file was done but size of file is incorrect" - } - } else { - puts "Faulty : Export to TEX file was not done" - } + if { $filesize > 1500 } { + puts "Faulty : Export to TEX file was done but size of file is incorrect" + } +} else { + puts "Faulty : Export to TEX file was not done" +}