assertEquals(2, sync.hashes().size());
assertEquals("1bc80f", sync.hashes().get(0).position());
assertEquals(EXPECTED1_SHA1, sync.hashes().get(0).summary());
assertEquals("525983", sync.hashes().get(1).position());
assertEquals(EXPECTED2_SHA1, sync.hashes().get(1).summary());
assertEquals(1L, sync.max());
}
@Test
public void testOutputFormatLevel2_Partial() throws Exception {
// Version 2.0.1 of geoserver does not support : in the format_options value via \\
// "&outputFormat=sha1Sync&format_options=ATTRIBUTES:-all;SYNC:{l\\:2}");