assertEquals(3, saves.get(0).meta.size()); // 3 date files, but not host.
assertEquals("hivetable", saves.get(0).table);
Set<String> paths = new HashSet<String>();
paths.add(e1.escapeString(path));
paths.add(e2.escapeString(path));
paths.add(e3.escapeString(path));
assertTrue(paths.remove(saves.get(0).dir));
assertTrue(paths.remove(saves.get(1).dir));
assertTrue(paths.remove(saves.get(2).dir));
}