mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adding new and early removed for some reasons test cases Removing TODO ? Adding necessary TODO ? on corresponding platforms for OK and BAD cases
19 lines
539 B
Plaintext
Executable File
19 lines
539 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC1138"
|
|
puts "================"
|
|
puts ""
|
|
############################################################
|
|
# OSD_SIGSEGV is thrown during call LDOMParser.parse method
|
|
############################################################
|
|
|
|
pload QAcommands
|
|
|
|
set BugNumber OCC1138
|
|
|
|
if [catch { OCC983 ${imagedir} }] {
|
|
puts "Faulty ${BugNumber} : here is reading problem when the filename is a directory name."
|
|
} else {
|
|
puts "Reading ${BugNumber} OK : here is not reading problem when the filename is a directory name."
|
|
}
|
|
|