}
@Test public void testCopy()
{
// Use blank nodes (will expose any problems in serialization when spill occurs)
Triple t = new Triple(Node.createAnon(),p,o2);
Triple t2 = new Triple(Node.createAnon(),p,o1);
GraphStore gStore = getEmptyGraphStore() ;
// Set the threshold to in order to force spill to disk
gStore.getContext().set(ARQ.spillToDiskThreshold, 0L) ;