mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 19:50:24 +08:00
607a96d42a
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
12 lines
208 B
Plaintext
Executable File
12 lines
208 B
Plaintext
Executable File
set SchemaFile [locate_data_file XmlOcaf.xsd]
|
|
set FileSuffix "xml"
|
|
|
|
# Create a new document and set UndoLimit
|
|
NewDocument D XmlOcaf
|
|
UndoLimit D 100
|
|
|
|
# Open a transaction
|
|
NewCommand D
|
|
|
|
set subgroup "ocaf_xml"
|