[Schmitzm-commits] r838 - in trunk: src/schmitzm/geotools/gui src_junit/schmitzm/jfree/feature/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat May 8 21:58:07 CEST 2010


Author: alfonx
Date: 2010-05-08 21:58:07 +0200 (Sat, 08 May 2010)
New Revision: 838

Modified:
   trunk/src/schmitzm/geotools/gui/ScalePane.java
   trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
Log:
minor changes 

Modified: trunk/src/schmitzm/geotools/gui/ScalePane.java
===================================================================
--- trunk/src/schmitzm/geotools/gui/ScalePane.java	2010-05-08 17:46:44 UTC (rev 837)
+++ trunk/src/schmitzm/geotools/gui/ScalePane.java	2010-05-08 19:58:07 UTC (rev 838)
@@ -60,7 +60,7 @@
 	/**
 	 * ScalePane can show the scale in the following units.
 	 */
-	enum UNITS {
+	public enum UNITS {
 		/**
 		 * Show units in meters and switch to kilometers when the numbers get
 		 * huge

Modified: trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
===================================================================
--- trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-05-08 17:46:44 UTC (rev 837)
+++ trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-05-08 19:58:07 UTC (rev 838)
@@ -98,7 +98,7 @@
 		String variablenAttribName = "dm_u3"; // Deutsche "Männer" unter 3
 		// Jahren
 		assertNotNull(testDatenSchema.getDescriptor(variablenAttribName));
-		String labelAttribName = "krs_name"; // Attribute mit Label für Series
+		String labelAttribName = "titel"; // Attribute mit Label für Series
 		assertNotNull(testDatenSchema.getDescriptor(labelAttribName));
 		String domainAttribName = "jahr"; // Diese Variable soll auf der X-Achse
 		// angezeigt werden



More information about the Schmitzm-commits mailing list