summaryrefslogtreecommitdiff
path: root/testdata/osmlparser
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/osmlparser')
-rw-r--r--testdata/osmlparser/empty_domain.osml2
-rw-r--r--testdata/osmlparser/empty_ontology.osml2
-rw-r--r--testdata/osmlparser/explicit_fields.osml2
-rw-r--r--testdata/osmlparser/include_recursive_root.osml2
-rw-r--r--testdata/osmlparser/include_root.osml2
-rw-r--r--testdata/osmlparser/inline_ontology.osml (renamed from testdata/osmlparser/inline_domain.osml)2
-rw-r--r--testdata/osmlparser/invalid_explicit_fields.osml2
-rw-r--r--testdata/osmlparser/rollback_on_invalid_element.osml2
-rw-r--r--testdata/osmlparser/struct_with_no_field.osml2
-rw-r--r--testdata/osmlparser/structure_inheritance.osml2
10 files changed, 10 insertions, 10 deletions
diff --git a/testdata/osmlparser/empty_domain.osml b/testdata/osmlparser/empty_domain.osml
deleted file mode 100644
index e8d6452..0000000
--- a/testdata/osmlparser/empty_domain.osml
+++ /dev/null
@@ -1,2 +0,0 @@
-\begin{domain#testDomain}
-\end{domain}
diff --git a/testdata/osmlparser/empty_ontology.osml b/testdata/osmlparser/empty_ontology.osml
new file mode 100644
index 0000000..ffc9d80
--- /dev/null
+++ b/testdata/osmlparser/empty_ontology.osml
@@ -0,0 +1,2 @@
+\begin{ontology#testOntology}
+\end{ontology}
diff --git a/testdata/osmlparser/explicit_fields.osml b/testdata/osmlparser/explicit_fields.osml
index a9ba1a3..ea13c02 100644
--- a/testdata/osmlparser/explicit_fields.osml
+++ b/testdata/osmlparser/explicit_fields.osml
@@ -1,6 +1,6 @@
\document
-\domain#test
+\ontology#test
\struct#a[isRoot=true]
\primitive#b[type=string,isSubtree=true]
\primitive#c[type=string,isSubtree=true]
diff --git a/testdata/osmlparser/include_recursive_root.osml b/testdata/osmlparser/include_recursive_root.osml
index b3e433f..b29f1f4 100644
--- a/testdata/osmlparser/include_recursive_root.osml
+++ b/testdata/osmlparser/include_recursive_root.osml
@@ -1,6 +1,6 @@
\begin{document}
-\domain#testDomain
+\ontology#testOntology
\struct#test[isRoot=true]
\begin{test}
diff --git a/testdata/osmlparser/include_root.osml b/testdata/osmlparser/include_root.osml
index 1d1d660..3c65ca1 100644
--- a/testdata/osmlparser/include_root.osml
+++ b/testdata/osmlparser/include_root.osml
@@ -1,6 +1,6 @@
\begin{document}
-\domain#testDomain
+\ontology#testOntology
\struct#test[isRoot=true]
\field
\childRef[ref=a]
diff --git a/testdata/osmlparser/inline_domain.osml b/testdata/osmlparser/inline_ontology.osml
index 1d71df4..1bba1f6 100644
--- a/testdata/osmlparser/inline_domain.osml
+++ b/testdata/osmlparser/inline_ontology.osml
@@ -1,6 +1,6 @@
\begin{document}
-\domain#testDomain
+\ontology#testOntology
\struct#test[isRoot=true]
\field
\childRef[ref=a]
diff --git a/testdata/osmlparser/invalid_explicit_fields.osml b/testdata/osmlparser/invalid_explicit_fields.osml
index 9986204..eeecc0a 100644
--- a/testdata/osmlparser/invalid_explicit_fields.osml
+++ b/testdata/osmlparser/invalid_explicit_fields.osml
@@ -1,6 +1,6 @@
\document
-\domain#test
+\ontology#test
\struct#a[isRoot=true]
\primitive#b[type=string,isSubtree=true]
\primitive#c[type=string,isSubtree=true]
diff --git a/testdata/osmlparser/rollback_on_invalid_element.osml b/testdata/osmlparser/rollback_on_invalid_element.osml
index 671c76d..282e741 100644
--- a/testdata/osmlparser/rollback_on_invalid_element.osml
+++ b/testdata/osmlparser/rollback_on_invalid_element.osml
@@ -1,6 +1,6 @@
\begin{document}
-\domain#testDomain
+\ontology#testOntology
\struct#test[isRoot=true]
\field
\childRef[ref=a]
diff --git a/testdata/osmlparser/struct_with_no_field.osml b/testdata/osmlparser/struct_with_no_field.osml
index 8cf2d02..4f27998 100644
--- a/testdata/osmlparser/struct_with_no_field.osml
+++ b/testdata/osmlparser/struct_with_no_field.osml
@@ -1,6 +1,6 @@
\document
-\domain#test
+\ontology#test
\struct#a[isRoot=true]
\field
\childRef[ref=b]
diff --git a/testdata/osmlparser/structure_inheritance.osml b/testdata/osmlparser/structure_inheritance.osml
index 6b88f2f..008778a 100644
--- a/testdata/osmlparser/structure_inheritance.osml
+++ b/testdata/osmlparser/structure_inheritance.osml
@@ -1,4 +1,4 @@
-\domain#test
+\ontology#test
\struct#a
\primitive[type=string]
\struct#b[isa=a]