ANY23-137 : Fix other test files that use incorrect prefix syntax

Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/5d6873cc
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/5d6873cc
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/5d6873cc

Branch: refs/heads/master
Commit: 5d6873ccabbf4e4666d7ae204dd18cef9df4a535
Parents: 5e40684
Author: Peter Ansell <[email protected]>
Authored: Mon Sep 2 10:36:46 2013 +1000
Committer: Peter Ansell <[email protected]>
Committed: Mon Sep 2 10:36:46 2013 +1000

----------------------------------------------------------------------
 .../src/test/resources/html/rdfa/goodrelations-rdfa11.html         | 2 +-
 test-resources/src/test/resources/html/rdfa/rel-href.html          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/5d6873cc/test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html
----------------------------------------------------------------------
diff --git 
a/test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html 
b/test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html
index 6e0b9af..5cef1d6 100644
--- a/test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html
+++ b/test-resources/src/test/resources/html/rdfa/goodrelations-rdfa11.html
@@ -25,7 +25,7 @@
        <p><strong>Expected behavior in Google Rich Snippets:</strong> RENDER, 
SHOULD VALIDATE (ignore additional content)</p>
        <p>This page contains several additional elements from GoodRelations 
and uses proper RDFa datatyping. It should be as valid as the official rich 
snippets example.</p>
 
-<div prefix="foaf:http://xmlns.com/foaf/0.1/ 
gr:http://purl.org/goodrelations/v1# xsd:http://www.w3.org/2001/XMLSchema# 
review:http://purl.org/stuff/rev# v:http://rdf.data-vocabulary.org/#";>
+<div prefix="foaf: http://xmlns.com/foaf/0.1/ gr: 
http://purl.org/goodrelations/v1# xsd: http://www.w3.org/2001/XMLSchema# 
review: http://purl.org/stuff/rev# v: http://rdf.data-vocabulary.org/#";>
 
 <h1>Canon Offer</h1>
        <span about="#offer" typeof="gr:Offering">

http://git-wip-us.apache.org/repos/asf/any23/blob/5d6873cc/test-resources/src/test/resources/html/rdfa/rel-href.html
----------------------------------------------------------------------
diff --git a/test-resources/src/test/resources/html/rdfa/rel-href.html 
b/test-resources/src/test/resources/html/rdfa/rel-href.html
index 9655bd1..16cc241 100644
--- a/test-resources/src/test/resources/html/rdfa/rel-href.html
+++ b/test-resources/src/test/resources/html/rdfa/rel-href.html
@@ -17,7 +17,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head></head>
 <body>
-<div prefix="foaf:http://xmlns.com/foaf/0.1/"; about="#me">
+<div prefix="foaf: http://xmlns.com/foaf/0.1/"; about="#me">
    My name is <span property="foaf:name">John Doe</span> and my blog is called
    <a rel="foaf:homepage" href="http://example.org/blog/";>Understanding 
Semantics</a>.
 </div>

Reply via email to