diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-15 20:43:22 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:26:11 +0200 |
commit | 05e46e97806491843bdfacbc566a54f09f1c815a (patch) | |
tree | 41682036f508f6e790fd279c531a83737f010ab4 | |
parent | 9d9b65691347ce84d124fcafad7a562f91884c15 (diff) |
Add true negative integration test for reference resolution, delete old resolution test result
3 files changed, 16 insertions, 0 deletions
diff --git a/testdata/integration/basic_functionality/ontologies/reference_tests.osml b/testdata/integration/basic_functionality/ontologies/reference_tests.osml new file mode 100644 index 0000000..c615588 --- /dev/null +++ b/testdata/integration/basic_functionality/ontologies/reference_tests.osml @@ -0,0 +1,11 @@ +\ontology#test + \struct#test[root=true] + \field + \childRef[a] + \childRef[b] + \childRef[c] + \struct#b + \primitive[type=@a] + \struct#c + \struct#a + \struct#d[isa=a] diff --git a/testdata/integration/basic_functionality/reference.out.skip.osxml b/testdata/integration/basic_functionality/reference.out.skip.osxml deleted file mode 100644 index e69de29..0000000 --- a/testdata/integration/basic_functionality/reference.out.skip.osxml +++ /dev/null diff --git a/testdata/integration/basic_functionality/reference_wrong.fail.osml b/testdata/integration/basic_functionality/reference_wrong.fail.osml new file mode 100644 index 0000000..fe3520f --- /dev/null +++ b/testdata/integration/basic_functionality/reference_wrong.fail.osml @@ -0,0 +1,5 @@ +\import[ontology]{./ontologies/reference_tests.osml} +\test + \b{foo} + \c#foo + |