0002793: BinOcaf: low performance saving documents with large attributes
[occt.git] / tests / bugs / caf / bug1138
CommitLineData
3bea4c16 1puts "TODO ?OCC12345 ALL: An exception was caught"
2puts "TODO ?OCC12345 ALL: Faulty OCC1138 : here is reading problem when the filename is a directory name."
3puts "TODO ?OCC12345 ALL: Faulty OCC1138"
4
5puts "================"
6puts "OCC1138"
7puts "================"
8puts ""
9#######################################################################################
10# OSD_SIGSEGV is thrown during call LDOMParser.parse method
11#######################################################################################
12
13pload QAcommands
14
15set BugNumber OCC1138
16
17set status 0
18decho off
19if [catch { OCC983 ${imagedir} } result] {
20decho on
21 puts "Faulty ${BugNumber} : here is reading problem when the filename is a directory name."
22 set status 1
23} else {
24 puts "Reading ${BugNumber} OK : here is not reading problem when the filename is a directory name."
25}
26
27# Resume
28puts ""
29if { ${status} != 0 } {
30 puts "Faulty ${BugNumber}"
31} else {
32 puts "OK ${BugNumber}"
33}