Adding testing cases from chl group
[occt.git] / tests / bugs / caf / bug739
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Faulty OCC739"
2
3puts "========"
4puts "OCC739"
5puts "========"
6puts ""
7###################################################
8## Invalid GUIDs in DDataStd_DrawPresentation and DDataStd_Sample.
9###################################################
10
11pload QAcommands
12
13if [catch { OCC739_DrawPresentation }] then {
14 puts "Faulty OCC739"
15} else {
16 puts "OCC739 OK"
17}
18
19