summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2014-10-12 21:40:00 -0700
committerDave Beckett <dave@dajobe.org>2014-10-12 21:40:00 -0700
commitbe5d83ed015520d64f1f445afd03b66b65b8c8ef (patch)
tree17205260325eaec1b8d0c97c971117bfa7c2ccf3
parent04bcd4fa848fe381d1ecb29165df3f3cbf7a24ca (diff)
downloadraptor-be5d83ed015520d64f1f445afd03b66b65b8c8ef.tar.gz
0297 passes
-rw-r--r--tests/rdfa11/0297.out4
-rw-r--r--tests/rdfa11/Makefile.am5
2 files changed, 4 insertions, 5 deletions
diff --git a/tests/rdfa11/0297.out b/tests/rdfa11/0297.out
index f31125c5..c64cfe6e 100644
--- a/tests/rdfa11/0297.out
+++ b/tests/rdfa11/0297.out
@@ -1,2 +1,2 @@
-<http://rdfa.info/test-suite/test-cases/xhtml1/rdfa1.0/0297.xml> <http://xmlns.com/foaf/0.1/name> "Alex Milowski" .
-_:bnodeid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
+_:bnode0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
+<http://rdfa.info/test-suite/test-cases/xhtml1/rdfa1.0/0297.xml> <http://xmlns.com/foaf/0.1/name> _:bnode0 .
diff --git a/tests/rdfa11/Makefile.am b/tests/rdfa11/Makefile.am
index 860093da..ee7fad6f 100644
--- a/tests/rdfa11/Makefile.am
+++ b/tests/rdfa11/Makefile.am
@@ -113,7 +113,7 @@ ALL_TEST_FILES= \
$(TEST_FILES) \
$(TEST_OUT_FILES)
-# Expected test failures (26):
+# Expected test failures (24):
# Test Problem Description
# ----------------------------
# 0190 librdfa fails term case insensitivity
@@ -130,14 +130,13 @@ ALL_TEST_FILES= \
# 0285 librdfa time element with @datetime an invalid datatype ...
# 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
# 0304 ??? requires running RDF/XML parse for SVG metadata
#
# NOTE: Some tests such as 0295 blow up rdfdiff with stack overflow
# which is why the 'cmp' is done first.
#
# (Add a space to the start of this string)
-EXPECTED_FAILURES=" 0190.xml 0198.xml 0202.xml 0203.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 0304.xml"
+EXPECTED_FAILURES=" 0190.xml 0198.xml 0202.xml 0203.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 0304.xml"
EXTRA_DIST = CMakeLists.txt $(ALL_TEST_FILES)