Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / moddata / bug943_1
diff --git a/tests/bugs/moddata/bug943_1 b/tests/bugs/moddata/bug943_1
deleted file mode 100755 (executable)
index 4ee1a39..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-
-puts "========="
-puts " OCC943 "
-puts "(case 1)"
-puts "========="
-puts ""
-#####################################################
-## The regression is intersecting pcurves of face, They are added by fixshape.
-## (To see this you can try fixshape dF.rle from attachment. But please note, that
-## checkshape on result of fixshape sometimes fails and sometimes not. It is
-## instability!)
-######################################################
-
-restore [locate_data_file OCC943_1.brep] result
-
-decho off
-set err [checkshape result]
-decho on
-
-set j 1
-repeat 25 {
-    restore [locate_data_file OCC943_1.brep] result
-    decho off
-    set err1 [checkshape result]
-    decho on
-    if { $err != $err1 } {
-       puts [format " Faulty OCC943 (case 1): function CHECKSHAPE works wrongly on %s time" $j]
-       break
-    } else {
-       puts [format " OCC943 (case 1)  OK: function CHECKSHAPE works properly %s time" $j]
-    }
-    incr j
-}
-
-set 2dviewer 0
-