mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The reason of exception has been eliminated. Creation of the test case for this issue. Correction of unstable test case. Some test cases have been adjusted according to their new behavior.
20 lines
446 B
Plaintext
Executable File
20 lines
446 B
Plaintext
Executable File
puts "REQUIRED All: Error in OCC525. Null result is expected."
|
|
|
|
pload QAcommands
|
|
|
|
puts "========"
|
|
puts "OCC525"
|
|
puts "========"
|
|
puts ""
|
|
########################################################
|
|
## Bug in GeomPlate_BuildPlateSurface::ComputeSurfInit()
|
|
########################################################
|
|
|
|
set mistake 0
|
|
|
|
if { [catch { OCC525 } ] } {
|
|
puts "Faulty : OCC525"
|
|
}
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|