IDocument doc = FileToDocUtility.getDocument(System.getProperty("user.dir") + "/resources/testfiles/test8.json");
JsonReconcilingStrategy jtop = new JsonReconcilingStrategy();
jtop.setDocument(doc);
jtop.initialReconcile();
Assert.assertEquals(1, jtop.fPositions.size());
}
@Test