From a7019614896fdd3e29b9a28f6a8cfd2c1b365983 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Sun, 1 Mar 2015 20:47:25 +0100 Subject: Renamed domain to ontology. --- testdata/osxmlparser/book_domain.osxml | 98 ---------------------------- testdata/osxmlparser/book_ontology.osxml | 98 ++++++++++++++++++++++++++++ testdata/osxmlparser/comments_domain.osxml | 40 ------------ testdata/osxmlparser/comments_ontology.osxml | 40 ++++++++++++ testdata/osxmlparser/complex_book.osxml | 12 ++-- testdata/osxmlparser/headings_domain.osxml | 33 ---------- testdata/osxmlparser/headings_ontology.osxml | 33 ++++++++++ testdata/osxmlparser/simple_book.osxml | 4 +- 8 files changed, 179 insertions(+), 179 deletions(-) delete mode 100644 testdata/osxmlparser/book_domain.osxml create mode 100644 testdata/osxmlparser/book_ontology.osxml delete mode 100644 testdata/osxmlparser/comments_domain.osxml create mode 100644 testdata/osxmlparser/comments_ontology.osxml delete mode 100644 testdata/osxmlparser/headings_domain.osxml create mode 100644 testdata/osxmlparser/headings_ontology.osxml (limited to 'testdata/osxmlparser') diff --git a/testdata/osxmlparser/book_domain.osxml b/testdata/osxmlparser/book_domain.osxml deleted file mode 100644 index 5a8cc67..0000000 --- a/testdata/osxmlparser/book_domain.osxml +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testdata/osxmlparser/book_ontology.osxml b/testdata/osxmlparser/book_ontology.osxml new file mode 100644 index 0000000..0b393e6 --- /dev/null +++ b/testdata/osxmlparser/book_ontology.osxml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testdata/osxmlparser/comments_domain.osxml b/testdata/osxmlparser/comments_domain.osxml deleted file mode 100644 index dc7742e..0000000 --- a/testdata/osxmlparser/comments_domain.osxml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testdata/osxmlparser/comments_ontology.osxml b/testdata/osxmlparser/comments_ontology.osxml new file mode 100644 index 0000000..f2423be --- /dev/null +++ b/testdata/osxmlparser/comments_ontology.osxml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testdata/osxmlparser/complex_book.osxml b/testdata/osxmlparser/complex_book.osxml index 8fff93d..222b146 100644 --- a/testdata/osxmlparser/complex_book.osxml +++ b/testdata/osxmlparser/complex_book.osxml @@ -1,12 +1,12 @@ - - - - - diff --git a/testdata/osxmlparser/headings_domain.osxml b/testdata/osxmlparser/headings_domain.osxml deleted file mode 100644 index 07d3db2..0000000 --- a/testdata/osxmlparser/headings_domain.osxml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/testdata/osxmlparser/headings_ontology.osxml b/testdata/osxmlparser/headings_ontology.osxml new file mode 100644 index 0000000..413eaa9 --- /dev/null +++ b/testdata/osxmlparser/headings_ontology.osxml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testdata/osxmlparser/simple_book.osxml b/testdata/osxmlparser/simple_book.osxml index 310a413..ec1e45a 100644 --- a/testdata/osxmlparser/simple_book.osxml +++ b/testdata/osxmlparser/simple_book.osxml @@ -1,9 +1,9 @@ - + This might be some introductory text or a dedication. - Here we might have an introduction to the chapter. -- cgit v1.2.3