0023905: Clean obsolete test commands
[occt.git] / tests / bugs / moddata_3 / buc60634
CommitLineData
06da7b7e 1puts "Output with mistake is correct!"
9753e6de 2puts "TODO BUC60634 ALL: Standard_ConstructionError: BRepFill_Draft"
3puts "TODO ?BUC60634 ALL: Error in MakeWire"
06da7b7e 4puts "=================="
5puts "BUC60634"
6puts "=================="
7
8sphere s 10
9mkshell sh s
10explode sh f
11
06da7b7e 12catch {draft r sh 0 0 1 10 shape} first
13catch {draft result sh_1 0 0 1 10 shape} second
06da7b7e 14
9753e6de 15if { ! [regexp {Standard_ConstructionError:} $first] } {
16 puts "Error : not suitablle exception"
06da7b7e 17} else {
9753e6de 18 puts "Output is as expected"
06da7b7e 19}
20
9753e6de 21if { ! [regexp {External} $second] } {
22 puts "Error : not word External found"
06da7b7e 23} else {
9753e6de 24 puts "Output is as expected"
06da7b7e 25}
26
27