0023619: Integration of test grid "xml" into the new testing system
[occt.git] / tests / xml / ocaf_xml / begin
diff --git a/tests/xml/ocaf_xml/begin b/tests/xml/ocaf_xml/begin
new file mode 100755 (executable)
index 0000000..ff0618f
--- /dev/null
@@ -0,0 +1,11 @@
+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"