1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/caf/bug1138
apn 37d6975c77 0026237: Change platform in TODOs from Debian\Mandriva to Linux
Change platform in occt test cases in TODOs from Debian\Mandriva to Linux

Small corrections in test cases. Return procedure _tests_platform_def.
2015-05-21 15:51:28 +03:00

34 lines
962 B
Plaintext
Executable File

puts "TODO ?OCC12345 Linux: An exception was caught"
puts "TODO ?OCC12345 Linux: Faulty OCC1138 : here is reading problem when the filename is a directory name."
puts "TODO ?OCC12345 Linux: Faulty OCC1138"
puts "================"
puts "OCC1138"
puts "================"
puts ""
#######################################################################################
# OSD_SIGSEGV is thrown during call LDOMParser.parse method
#######################################################################################
pload QAcommands
set BugNumber OCC1138
set status 0
decho off
if [catch { OCC983 ${imagedir} } result] {
decho on
puts "Faulty ${BugNumber} : here is reading problem when the filename is a directory name."
set status 1
} else {
puts "Reading ${BugNumber} OK : here is not reading problem when the filename is a directory name."
}
# Resume
puts ""
if { ${status} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}