summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2014-10-12 21:06:03 -0700
committerDave Beckett <dave@dajobe.org>2014-10-12 21:06:03 -0700
commite3e58bc4a2b46a54b58fbaa15d94563357bc946f (patch)
tree496b5e4749e8e927e11ac900254000922b776ab8
parentf548aa3efb2c56fa2340054712eeffbed02d80dd (diff)
downloadraptor-e3e58bc4a2b46a54b58fbaa15d94563357bc946f.tar.gz
0197 passes
-rw-r--r--tests/rdfa11/0197.out3
-rw-r--r--tests/rdfa11/Makefile.am3
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/rdfa11/0197.out b/tests/rdfa11/0197.out
index 8ec2be0a..42d5103f 100644
--- a/tests/rdfa11/0197.out
+++ b/tests/rdfa11/0197.out
@@ -1,4 +1,5 @@
+<http://www.example.org/me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.example.org/class/Person> .
<http://www.example.org/me> <http://www.example.org/pred/name> "Gregg Kellogg" .
-<http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby" .
+<http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby"^^<http://www.example.org/pred/lang> .
<http://www.example.org/me> <http://www.example.org/pred/rel> <http://kellogg-assoc.com/> .
<http://github.org/gkellogg/rdf_context> <http://www.example.org/pred/rev> <http://www.example.org/me> .
diff --git a/tests/rdfa11/Makefile.am b/tests/rdfa11/Makefile.am
index 2a593cd4..494d94ee 100644
--- a/tests/rdfa11/Makefile.am
+++ b/tests/rdfa11/Makefile.am
@@ -118,7 +118,6 @@ ALL_TEST_FILES= \
# ----------------------------
# 0134 librdfa fails mixed-case reserved words generate triples.
# 0190 librdfa fails term case insensitivity
-# 0197 ???
# 0198 raptor XML (HTML) markup differences but same meaning
# 0202 librdfa ensure @xml:base in SVG and XHTML5
# 0203 librdfa ensure @, XML+RDFa in non-root elements in SVG and XHTML5
@@ -138,7 +137,7 @@ ALL_TEST_FILES= \
# which is why the 'cmp' is done first.
#
# (Add a space to the start of this string)
-EXPECTED_FAILURES=" 0134.xml 0190.xml 0197.xml 0198.xml 0202.xml 0203.xml 0235.xml 0236.xml 0237.xml 0238.xml 0239.xml 0256.xml 0272.xml 0273.xml 0274.xml 0275.xml 0276.xml 0277.xml 0278.xml 0279.xml 0280.xml 0281.xml 0282.xml 0285.xml 0286.xml 0287.xml 0297.xml 0303.xml 0304.xml"
+EXPECTED_FAILURES=" 0134.xml 0190.xml 0198.xml 0202.xml 0203.xml 0235.xml 0236.xml 0237.xml 0238.xml 0239.xml 0256.xml 0272.xml 0273.xml 0274.xml 0275.xml 0276.xml 0277.xml 0278.xml 0279.xml 0280.xml 0281.xml 0282.xml 0285.xml 0286.xml 0287.xml 0297.xml 0303.xml 0304.xml"
EXTRA_DIST = CMakeLists.txt $(ALL_TEST_FILES)