From 0c4ca3bd7be3931253f8b2acd3056e1914e6030b Mon Sep 17 00:00:00 2001 From: kgv Date: Mon, 15 Apr 2013 11:56:29 +0400 Subject: [PATCH] Adjusting testing case for current state of OCCT --- tests/bugs/vis/bug21091_7 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" +}