[Schmitzm-commits] r1219 - trunk/src_junit/skrueger/geotools

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Nov 3 13:47:27 CET 2010


Author: alfonx
Date: 2010-11-03 13:47:27 +0100 (Wed, 03 Nov 2010)
New Revision: 1219

Modified:
   trunk/src_junit/skrueger/geotools/StyledLayerUtilTest.java
Log:
Tweaked the status dialog while downloading JNLP data

Modified: trunk/src_junit/skrueger/geotools/StyledLayerUtilTest.java
===================================================================
--- trunk/src_junit/skrueger/geotools/StyledLayerUtilTest.java	2010-11-03 11:32:33 UTC (rev 1218)
+++ trunk/src_junit/skrueger/geotools/StyledLayerUtilTest.java	2010-11-03 12:47:27 UTC (rev 1219)
@@ -1,6 +1,6 @@
 package skrueger.geotools;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
 
@@ -12,10 +12,10 @@
 import org.junit.Before;
 import org.junit.Test;
 
+import schmitzm.swing.TestingUtil;
+
 import com.vividsolutions.jts.geom.Envelope;
 
-import schmitzm.swing.TestingUtil;
-
 public class StyledLayerUtilTest {
 
 	@Before



More information about the Schmitzm-commits mailing list