Skip to content

Commit

Permalink
Fix up 7836461
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Oct 13, 2014
1 parent 46efc02 commit a209922
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1847,7 +1847,7 @@ public void testLdpContainerInteraction() throws Exception {
final HttpResponse response = client.execute(getObjMethod);
final GraphStore graphStore = getGraphStore(response);

assertTrue("Expected to have container a", graphStore.contains(Node.ANY,
assertTrue("Expected to have container t", graphStore.contains(Node.ANY,
NodeFactory.createURI(location),
NodeFactory.createURI(RdfLexicon.LDP_NAMESPACE + "contains"),
NodeFactory.createURI(location + "/t")
Expand Down

0 comments on commit a209922

Please sign in to comment.