0022125: TCollection_ExtendedString: conversion from UTF-8 to unicode
[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}