Adjusting bugs group for current state of OCCT
[occt.git] / tests / bugs / moddata / bug6862_3
CommitLineData
61c421bf 1puts "TODO OCC111111 ALL: Faulty OCC6862"
2
3puts "============"
4puts "OCC6862"
5puts "============"
6puts ""
7#######################################################################
8# Tool for checking arguments of Boolean Operations
9#######################################################################
10
11set BugNumber OCC6862
12
13# test small edges
14restore [locate_data_file OCC651a.brep] a
15restore [locate_data_file OCC651b.brep] b
16
17puts "Checking shapes: bopargcheck a b /FTVEIP ..."
18decho off
19set resstr [bopargcheck a b /FTVEIP]
20decho on
21
22if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
23 puts "OK ${BugNumber}"
24} else {
25 puts "Faulty ${BugNumber}"
26}
27
28set 2dviewer 0
29
30