Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / moddata / bug453_3
diff --git a/tests/bugs/moddata/bug453_3 b/tests/bugs/moddata/bug453_3
deleted file mode 100755 (executable)
index 9b9b2f3..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-puts "========"
-puts "OCC453"
-puts "(case 3)"
-puts "========"
-puts ""
-
-dchrono h2 reset
-dchrono h2 start
-
-set make_print_out 0
-
-dset SCALE 1000.
-dset SCALE1 5
-tolblend 0.01 1e-04 1e-05 1e-03
-
-restore [locate_data_file shading_137.brep] s 
-tscale s 0 0 0 SCALE1
-explode s E
-
-blend result s  5.5*SCALE1 s_2  4*SCALE1 s_1  6*SCALE1 s_6 5*SCALE1 s_8  6*SCALE1 s_10 6.5*SCALE1 s_14  7*SCALE1 s_4 5.5*SCALE1 s_5 7*SCALE1 s_16 6*SCALE1 s_11 5*SCALE1 s_19 6.5*SCALE1 s_13
-explode result So
-tcopy result_1 result
-
-dchrono h2 stop
-set q2 [ dchrono h2 show ]
-regexp {CPU user time: ([-0-9.+eE]+) seconds} $q2 full z2
-puts "$z2"
-if { $z2 > 85 } {                             
-    puts "Elapsed time is more then 85 seconds - Faulty"
-} else {
-    puts "Elapsed time is less then 85 seconds - OK"      
-}
-
-set 2dviewer 1
-