X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tests%2Fbugs%2Fmoddata_2%2Fbug276;h=eda5f3a57d17c9b7ef328d56f3bd9d3ae314400f;hb=44fae8b1936aa1f4e29769df51e6bd7242b0b169;hpb=810b672ff3f556d4fe0da7d39dab4eff96efba82 diff --git a/tests/bugs/moddata_2/bug276 b/tests/bugs/moddata_2/bug276 deleted file mode 100755 index eda5f3a57d..0000000000 --- a/tests/bugs/moddata_2/bug276 +++ /dev/null @@ -1,30 +0,0 @@ -puts "========" -puts "OCC276" -puts "========" -puts "" -######################################################### -##Bad performance of checkshape on faces with multiple wires -######################################################### - -restore [locate_data_file OCC276.brep] result - -dchrono h2 reset -dchrono h2 start - -checkshape result - -dchrono h2 stop -set q2 [ dchrono h2 show ] -regexp {CPU user time: ([-0-9.+eE]+) seconds} $q2 full z2 -if { [expr $z2 > 43] } { - puts "Elapsed time is more then 43 seconds - Faulty" -} else { - puts "Elapsed time is less then 43 seconds - OK" -} - -checkview -display result -2d -path ${imagedir}/${test_image}.png - - - - -