0031939: Coding - correction of spelling errors in comments [part 7]
[occt.git] / tests / bugs / fclasses / bug710
CommitLineData
352ffd73 1puts "========"
2puts "OCC710"
3puts "========"
4puts ""
5########################################################
7b5e532f 6## If the file pathname is empty, the Standard_Boolean OSD_FileNode::Exists()
352ffd73 7## raises an exception
8########################################################
9
10pload QAcommands
11
12set Path ""
13
14if [catch {OCC710 ${Path} } result] {
15 puts "Faulty OCC710"
16} else {
17 puts "OCC710 OK"
18}