[Schmitzm-commits] r1169 - trunk/src_junit/schmitzm/geotools/styling

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 26 03:35:45 CEST 2010


Author: alfonx
Date: 2010-10-26 03:35:44 +0200 (Tue, 26 Oct 2010)
New Revision: 1169

Modified:
   trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
Log:


Modified: trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java
===================================================================
--- trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java	2010-10-26 01:31:14 UTC (rev 1168)
+++ trunk/src_junit/schmitzm/geotools/styling/StylingUtilTest.java	2010-10-26 01:35:44 UTC (rev 1169)
@@ -28,6 +28,7 @@
 import org.geotools.styling.RasterSymbolizer;
 import org.geotools.styling.Style;
 import org.geotools.styling.StyleBuilder;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.opengis.feature.simple.SimpleFeature;
 import org.opengis.feature.simple.SimpleFeatureType;
@@ -133,6 +134,7 @@
 	}
 
 	@Test
+	@Ignore
 	public void testParseColormapToSld() throws IOException, TransformerException {
 		URL colormapUrl = StylingUtilTest.class.getResource("gdaloutput.txt");
 		assertNotNull(colormapUrl);



More information about the Schmitzm-commits mailing list