0023922: Systematic review of TODO tests
[occt.git] / tests / bugs / moddata_2 / bug2569_2
CommitLineData
c857a60a 1# Incompleted behavior of test case is OK.
2# Exception should be thrown.
3
5d1833ef 4puts "TODO OCC11111 ALL: \\*\\* Exception"
61c421bf 5puts "TODO OCC11111 ALL: An exception was caught"
61c421bf 6
7pload QAcommands
8
9puts "============"
10puts "OCC2569"
11puts "============"
12puts ""
13######################################################
14# If it is not possible to create the bezier curve,
15# it should throw an exception.
16######################################################
17cpulimit 60
18vinit
19
c857a60a 20if { [catch {OCC2569 29 result} anException] } {
21 puts "OCC2569 : OK"
22} else {
23 puts "Error : OCC2569"
24}