1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/tests/boolean/gdml_private/ZH5
2015-05-08 08:54:29 +03:00

8 lines
232 B
Plaintext

puts "TODO OCC26018 ALL: Error: bopcheck failed"
source [locate_data_file 52109_shapiro.prt.gdml.tcl]
set bcheck [bopcheck result]
puts $bcheck
if {![regexp {This shape seems to be OK.} $bcheck]} {
puts "Error: bopcheck failed"
}