0024933: Inconsistent results of self-interferences checker in SALOME and DRAW Applic...
[occt.git] / tests / bugs / modalg_5 / bug24029
index 0841d10..1a7ac90 100644 (file)
@@ -14,13 +14,13 @@ set info1 [bopcheck c]
 set info2 [bopcheck c 4]
 set info3 [bopcheck c 3]
 
-if { [regexp "x23" $info1] != 1 } {
+if { [regexp "x35" $info1] != 1 } {
     puts "Error : bopcheck c works wrong"
 } else {
     puts "OK: bopcheck c works properly"
 }
 
-if { [regexp "x11" $info2] != 1 || [regexp "F/F:x12," $info2] != 0 } {
+if { [regexp "x13" $info2] != 1 || [regexp "x39" $info2] != 1 } {
     puts "Error : bopcheck c 4 works wrong"
 } else {
     puts "OK: bopcheck c 4 works properly"
@@ -31,4 +31,3 @@ if { [regexp "This shape seems to be OK" $info3] != 1 } {
 } else {
     puts "OK: bopcheck c 3 works properly"
 }
-