mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 19:26:36 +08:00
The reason of the exception has been eliminated. Integration of testing case for issue 25951 Adjusting test case for Linux platform
18 lines
342 B
Plaintext
Executable File
18 lines
342 B
Plaintext
Executable File
puts "TODO ?OCC12345 ALL: An exception was caught"
|
|
puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
|
|
puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "OCC670"
|
|
puts "========"
|
|
puts ""
|
|
#########################
|
|
## Problem with the Print method.
|
|
#########################
|
|
|
|
pload QAcommands
|
|
|
|
catch { OCC670 }
|
|
|
|
puts "OCC670 OK"
|