0028599: Replacement of old Boolean operations with new ones in BRepProj_Projection...
[occt.git] / tests / bugs / moddata_3 / bug23683
CommitLineData
06be28a4
RL
1puts "================"
2puts "OCC23683"
3puts "================"
4puts ""
5
6pload QAcommands
7
8restore [locate_data_file bug23683_a_31_draw] result
9set info [OCC23683 result]
10
11if { [regexp "iscnu: OK" $info] != 1 } {
12 puts "Error : ucontinuity is incorrect"
13}
14
15if { [regexp "iscnv: OK" $info] != 1 } {
16 puts "Error : vcontinuity is incorrect"
17}
18
5747059b 19checkview -display result -2d -path ${imagedir}/${test_image}.png
06be28a4 20