clock.setTime(new W3CDateFormat()
.parse("2006-05-01T16:32:00Z"));
store.updateGraph(source, graphs[1]);
clock.setTime(new W3CDateFormat()
.parse("2006-05-02T02:16:00Z"));
store.updateGraph(source, graphs[2]);
Set<Source> sourceSet = new HashSet<Source>();
sourceSet.add(source);
FCAGraph retrievedGraph = store.getGraphOverTime(sourceSet).getGraph(
new W3CDateFormat().parse("2006-05-01T16:31:00Z"));
assertEquals(graphs[0], retrievedGraph);