0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_6 / bug27357
CommitLineData
8009d070 1puts "========"
2puts "OCC27357"
3puts "========"
4puts ""
5#################################################################
6# Geom2dGcc_Circ2d2TanOn: check status of sub-algorithms to avoid exceptions
7#################################################################
8
9pload QAcommands
10
11set info [OCC27357]
12if { [regexp "Exception" $info] != 0 } {
13 puts "Error : Exception was caught"
14} else {
15 puts "OK"
16}