0024927: Getting rid of "Persistent" functionality -- Tests
[occt.git] / tests / bugs / caf / buc60862
CommitLineData
a87752f3 1puts "==========="
2puts "BUC60862"
3puts "==========="
4
5pload QAcommands
6
e837410d 7NewDocument D BinOcaf
a87752f3 8UndoLimit D 100
9
10NewCommand D
11
12vertex V1 10 20 0
13vertex V2 20 10 0
14
15catch {edge Shape ${V1} ${V2}}
16catch {set ResultError [BUC60862 D $Shape]}
17
18if { ${ResultError} != 0 } {
19 puts "BUC60862: Error = $ResultError"
20}
21