mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
358 B
Plaintext
Executable File
18 lines
358 B
Plaintext
Executable File
# OK: Exception appears and does not kill DRAWEXE (TEST COMPLETED)
|
|
puts "TODO OCC670 ALL: An exception was caught"
|
|
puts "TODO OCC670 ALL: \\*\\* Exception \\*\\*"
|
|
|
|
puts "========"
|
|
puts "OCC670"
|
|
puts "========"
|
|
puts ""
|
|
#########################
|
|
## Problem with the Print method.
|
|
#########################
|
|
|
|
pload QAcommands
|
|
|
|
catch { OCC670 }
|
|
|
|
puts "OCC670 OK"
|