[Schmitzm-commits] r952 - trunk/src_junit/schmitzm/jfree/feature/style

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 28 19:50:22 CEST 2010


Author: mojays
Date: 2010-07-28 19:50:19 +0200 (Wed, 28 Jul 2010)
New Revision: 952

Modified:
   trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
Log:
@ignores removed

Modified: trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java
===================================================================
--- trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-07-28 17:45:56 UTC (rev 951)
+++ trunk/src_junit/schmitzm/jfree/feature/style/FeatureChartStyleTest.java	2010-07-28 17:50:19 UTC (rev 952)
@@ -181,7 +181,6 @@
 	boolean INTERACTIVE = !GraphicsEnvironment.isHeadless();
 
 	@Test
-	@Ignore
 	public void testBarChartSortedSeries() throws IOException,
 			InterruptedException {
 
@@ -247,7 +246,6 @@
 	}
 
 	@Test
-    @Ignore
 	public void saveAndLoadWeightedChart() throws IOException {
 		FeatureBasicChartStyle weightChartStyle = new FeatureBasicChartStyle(
 				"testLineChart", ChartType.BAR);
@@ -291,7 +289,6 @@
 	}
 
 	@Test
-    @Ignore
 	public void testBarChartForcedCategories() throws IOException,
 			InterruptedException {
 
@@ -370,7 +367,6 @@
 	}
 
 	@Test
-    @Ignore
 	public void testLineChartAsCategories() throws IOException, CQLException,
 			InterruptedException {
 
@@ -496,7 +492,6 @@
 	}
 
 	@Test
-    @Ignore
 	public void testLineChartNOTCategories() throws IOException, CQLException,
 			InterruptedException {
 



More information about the Schmitzm-commits mailing list