summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2014-10-12 21:37:18 -0700
committerDave Beckett <dave@dajobe.org>2014-10-12 21:37:18 -0700
commit04bcd4fa848fe381d1ecb29165df3f3cbf7a24ca (patch)
tree5eccfef1e8c054191453b25549791700a5fd697f
parent06fe90a73794e8ef31c1cb1cd4c45855098028ed (diff)
downloadraptor-04bcd4fa848fe381d1ecb29165df3f3cbf7a24ca.tar.gz
0303 passes
-rw-r--r--tests/rdfa11/0303.out6
-rw-r--r--tests/rdfa11/Makefile.am3
2 files changed, 5 insertions, 4 deletions
diff --git a/tests/rdfa11/0303.out b/tests/rdfa11/0303.out
index 504bf800..a9742802 100644
--- a/tests/rdfa11/0303.out
+++ b/tests/rdfa11/0303.out
@@ -1,4 +1,6 @@
<http://rdfa.info/test-suite/test-cases/xhtml1/rdfa1.0/0303.xml> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://schema.org/> .
-<http://example.org/base> <http://schema.org/name> "Gregg Kellogg" .
-<http://example.org/base> <http://schema.org/uri> <http://example.orb/val1> .
+<http://example.org/base> <http://schema.org/license> <http://example.orb/val1> .
+<http://example.org/base> <http://schema.org/uri> "Not This" .
+<http://example.org/base> <http://schema.org/homepage> <http://greggkellogg.net/> .
<http://example.org/base> <http://xmlns.com/foaf/0.1/homepage> <http://greggkellogg.net/> .
+<http://example.org/base> <http://schema.org/name> "Gregg Kellogg" .
diff --git a/tests/rdfa11/Makefile.am b/tests/rdfa11/Makefile.am
index d6608ee7..860093da 100644
--- a/tests/rdfa11/Makefile.am
+++ b/tests/rdfa11/Makefile.am
@@ -131,14 +131,13 @@ 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
-# 0303 librdfa does not remove @rel/@rev terms if @property exists
# 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 0303.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 0297.xml 0304.xml"
EXTRA_DIST = CMakeLists.txt $(ALL_TEST_FILES)