1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_2/bug472_2
apn 9aa684edf4 0025987: Integration part of modified unstable test cases
Unstable test cases were reviewed
Modified test cases using checktrend command
Modified test cases for Linux platform
Modified test cases for Debug mode
2015-03-26 18:10:29 +03:00

26 lines
658 B
Plaintext
Executable File

puts "TODO OCC25917 ALL: Error : The command is not valid. The square is"
if { [regexp {Debug mode} [dversion]] } {
puts "TODO OCC25917 ALL: TEST INCOMPLETE"
puts "TODO OCC25917 ALL: Tcl Exception"
}
puts "========================"
puts " OCC472 "
puts "(case 2)"
puts "========================"
puts ""
#####################################################
## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634)
#####################################################
restore [locate_data_file OCC472a.brep] b1
checkshape b1
restore [locate_data_file OCC472b.brep] b2
checkshape b2
bcommon result b1 b2
set square 0
set 2dviewer 0