Restoring test cases removed by last commit.
[occt.git] / tests / bugs / moddata / bug152_1
1 # by apn master-master 03.12.2012
2 puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
3 #puts "TODO OCC12345 ALL: An exception was caught"
4 #puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
5 #puts "TODO OCC12345 ALL: TEST INCOMPLETE"
6
7 puts "================"
8 puts "OCC152"
9 puts "SAM1178"
10 puts "================"
11 puts ""
12 #################################################################
13 ## SAM1178(#1871): Bad escaped result after a cut operation on the shape.
14 #################################################################
15
16 restore [locate_data_file OCC152.brep] sh 
17 explode sh
18
19 puts [checkshape sh_1]
20 puts [checkshape sh_2]
21
22 bcut result sh_1 sh_2
23 puts [checkshape result]
24
25 set check_square 1
26 set square 276424
27 set 2dviewer 0
28