0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / moddata_2 / bug5698
CommitLineData
61c421bf 1puts "TODO OCC11111 ALL: Faulty OCC5698"
2
3pload QAcommands
4
5puts "============"
6puts "OCC5698"
7puts "============"
8puts ""
9######################################################
10# Incorrect result of intersection of a plane and an extrusion surface
11######################################################
12
13set BugNumber OCC5698
14
15restore [locate_data_file OCC5698.brep] s1
16
17set info_result [OCC5698 s1]
18
19set index [string compare ${info_result} "OK\n"]
20if {$index != 0} {
21 puts "Faulty ${BugNumber}"
22} else {
23 puts "OK ${BugNumber}"
24}
25