1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
ski 607a96d42a 0023619: Integration of test grid "xml" into the new testing system
Removing XML Validator
Improvements of begin and TODO's in testing cases
small correction in begin file to provide normal behavior of tests if Java is not installed
2013-03-01 14:27:39 +04:00

14 lines
219 B
Plaintext
Executable File

set SchemaFile [locate_data_file XmlXcaf.xsd]
pload XDE
set FileSuffix "xml"
# Create a new document and set UndoLimit
NewDocument D XmlXCAF
UndoLimit D 100
# Open a transaction
NewCommand D
set subgroup "xcaf_xml"