0032155: Tests - remove broken command OCC280
[occt.git] / tests / bugs / vis / bug346
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: An exception was caught"
a87752f3 2puts "TODO OCC12345 ALL: TEST INCOMPLETE"
3puts "================"
d99f0355 4puts "0000346: Avoiding e x c e p t i o n when the 2 vertices of the edge are the same"
a87752f3 5puts "================"
6puts ""
a87752f3 7
8set x 10
9set y 10
10set z 10
11
12vertex v1 $x $y $z
13vertex v2 $x $y $z
14
15edge result v1 v2
16
5747059b 17checkview -display result -2d -path ${imagedir}/${test_image}.png
a87752f3 18