* Tests that selection by range works properly
* @throws Exception
*/
@Test
public void timeTimeRangeSelection() throws Exception {
final AbstractGridFormat format = TestUtils
.getFormat(timeAdditionalDomainsRangeURL);
ImageMosaicReader reader = TestUtils.getReader(timeAdditionalDomainsRangeURL, format);
// specify a range that's below the available data
GridCoverage2D coverage = readCoverageInDateRange(reader, "2008-10-20T00:00:00.000Z", "2008-10-25T12:00:00.000Z");