summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2014-10-12 21:04:13 -0700
committerDave Beckett <dave@dajobe.org>2014-10-12 21:04:13 -0700
commitf548aa3efb2c56fa2340054712eeffbed02d80dd (patch)
treeab047ccce5aadb75cbc94f445000f666cdb41771
parentb445da53a4b6999659f2db2f466c9edd4ecd9460 (diff)
downloadraptor-f548aa3efb2c56fa2340054712eeffbed02d80dd.tar.gz
0197 now fails, 0302 now passes.
-rw-r--r--tests/rdfa11/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rdfa11/Makefile.am b/tests/rdfa11/Makefile.am
index 9ea1e394..2a593cd4 100644
--- a/tests/rdfa11/Makefile.am
+++ b/tests/rdfa11/Makefile.am
@@ -118,6 +118,7 @@ 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
@@ -130,7 +131,6 @@ ALL_TEST_FILES= \
# 0286 librdfa fails to let @value override @content in data
# 0287 librdfa datatype (@datetime etc.) attribute value
# 0297 librdfa does not handle @about=[] or assign the lit value
-# 0302 librdfa does not generate [] a dc:Agent triple
# 0303 librdfa does not remove @rel/@rev terms if @property exists
# 0304 ??? requires running RDF/XML parse for SVG metadata
#
@@ -138,7 +138,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 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 0302.xml 0303.xml 0304.xml"
+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"
EXTRA_DIST = CMakeLists.txt $(ALL_TEST_FILES)