0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / fclasses / bug710
CommitLineData
352ffd73 1puts "========"
2puts "OCC710"
3puts "========"
4puts ""
5########################################################
6## If the the file pathname is empty, the Standard_Boolean OSD_FileNode::Exists()
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}