Skip to content

Commit

Permalink
Update list of RDFa 1.0 approved tests
Browse files Browse the repository at this point in the history
Based on a SPARQL query of the manifest:

SELECT ?t
FROM <https://raw.github.com/rdfa/rdfa-website/master/manifest.ttl>
WHERE {
  ?t <http://rdfa.info/vocabs/rdfa-test#rdfaVersion> "rdfa1.0"
}
  • Loading branch information
dajobe committed May 17, 2012
1 parent f8c8abd commit dd39278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-cases/fetch-tests
Expand Up @@ -4,7 +4,7 @@
echo "Fetching all XHTML test cases for XHTML+RDFa 1.0"

mkdir -p xhtml1-rdfa1.0
for i in 0001 0006 0007 0008 0009 0010 0012 0013 0014 0015 0018 0019 0020 0021 0023 0025 0026 0027 0029 0030 0031 0032 0033 0034 0035 0036 0037 0038 0041 0046 0047 0048 0049 0050 0051 0052 0053 0054 0055 0056 0057 0058 0059 0060 0061 0062 0063 0064 0065 0066 0067 0068 0069 0070 0071 0072 0073 0074 0075 0076 0077 0078 0079 0080 0081 0082 0083 0084 0087 0088 0089 0090 0091 0093 0099 0106 0107 0108 0109 0110 0111 0112 0113 0114 0115 0117 0118 0119 0120 0121 0140 0147 0172 0173 0174 0181 0197 0207 0209 0210 0211 0212 0215 0291 0292;
for i in 0001 0006 0007 0008 0009 0010 0012 0013 0014 0015 0017 0018 0019 0020 0021 0023 0025 0026 0027 0029 0030 0031 0032 0033 0034 0035 0036 0037 0038 0039 0040 0041 0042 0046 0047 0048 0049 0050 0051 0052 0053 0054 0055 0056 0057 0058 0059 0060 0061 0062 0063 0064 0065 0066 0067 0068 0069 0070 0071 0072 0073 0074 0075 0076 0077 0078 0079 0080 0081 0082 0083 0084 0085 0087 0088 0089 0090 0091 0093 0099 0104 0106 0107 0108 0109 0110 0111 0112 0113 0114 0115 0117 0118 0119 0120 0121 0122 0126 0131 0134 0140 0147 0172 0173 0174 0181 0197 0201 0202 0203 0207 0209 0210 0211 0212 0215 0258 0262 0291 0294;
do
if [ ! -e xhtml1-rdfa1.0/${i}.xhtml ]; then
echo "Retrieving TC #$i";
Expand Down

0 comments on commit dd39278

Please sign in to comment.