Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 13, 2013
1 parent 1bd6de6 commit 887fb2f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -127,8 +127,8 @@ public void testDatastreamGraph() throws IOException, RepositoryException, Inval

// structure
p = Node.createURI("info:fedora/fedora-system:def/internal#numberOfChildren");
RDFDatatype long_datatype = ResourceFactory.createTypedLiteral(0L).getDatatype();
o = Node.createLiteral("0", long_datatype);
RDFDatatype long_datatype = ResourceFactory.createTypedLiteral(1L).getDatatype();
o = Node.createLiteral("1", long_datatype);

assertTrue(object.getGraphStore().getDefaultGraph().contains(s, p, o));
// relations
Expand Down

0 comments on commit 887fb2f

Please sign in to comment.