package com.meteogroup.grib2geotiff.geotiff; import org.junit.Ignore; import org.junit.Test; import static org.junit.Assert.fail; /** * Created by danielt on 14.09.15. */ public class GeoTiffExporterTest { @Test @Ignore public void gribfiles_are_detected_properly() { fail("not jet implemented"); } }