You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2017/07/26 20:57:10 UTC

[5/7] any23 git commit: ANY23-282 Replacement for all Sindice namespaces and URI's

ANY23-282 Replacement for all Sindice namespaces and URI's


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

Branch: refs/heads/master
Commit: fc6800fe640d2a85fd928940e36a39fa3f743f20
Parents: f9c919f
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Thu Jul 13 19:50:30 2017 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Thu Jul 13 19:50:30 2017 -0700

----------------------------------------------------------------------
 service/src/test/java/org/apache/any23/servlet/ServletTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/fc6800fe/service/src/test/java/org/apache/any23/servlet/ServletTest.java
----------------------------------------------------------------------
diff --git a/service/src/test/java/org/apache/any23/servlet/ServletTest.java b/service/src/test/java/org/apache/any23/servlet/ServletTest.java
index da220b5..bb168a1 100644
--- a/service/src/test/java/org/apache/any23/servlet/ServletTest.java
+++ b/service/src/test/java/org/apache/any23/servlet/ServletTest.java
@@ -358,7 +358,7 @@ public class ServletTest {
         HttpTester response = doGetRequest("/best/http://foo.com");
         Assert.assertEquals(200, response.getStatus());
         Assert.assertEquals("http://foo.com", requestedIRI);
-        assertContains("<rdf:RDF", response.getContent());
+        assertContains("<rdf1:RDF", response.getContent());
     }
 
     @Test