0022125: TCollection_ExtendedString: conversion from UTF-8 to unicode
[occt.git] / tests / bugs / fclasses / bug984_1
CommitLineData
352ffd73 1puts "========"
2puts "OCC984"
3puts "========"
4puts ""
5####################################################
6## LDOM hangs-up attempting to read a file which contains a reference to "*dtd"file
7####################################################
8
9pload DCAF
10set BugNumber OCC984
11cpulimit 60
12
13# Open the document
5d1833ef 14set filepath [locate_data_file OCC984.xml]
15if { [catch { Open $filepath D } aResult] != 0 } {
352ffd73 16 puts "Faulty ${BugNumber}"
17} else {
18 puts "OK ${BugNumber}"
19}