Author: aaime
Date: 2009-11-12 09:51:41 -0500 (Thu, 12 Nov 2009)
New Revision: 34368
Modified:
trunk/modules/plugin/jdbc/jdbc-h2/src/test/java/org/geotools/data/h2/H2FeatureStoreTest.java
Log:
Disabling multi-transaction test for H2, see GEOT-2832
Modified: trunk/modules/plugin/jdbc/jdbc-h2/src/test/java/org/geotools/data/h2/H2FeatureStoreTest.java
===================================================================
--- trunk/modules/plugin/jdbc/jdbc-h2/src/test/java/org/geotools/data/h2/H2FeatureStoreTest.java 2009-11-12 14:32:50 UTC (rev 34367)
+++ trunk/modules/plugin/jdbc/jdbc-h2/src/test/java/org/geotools/data/h2/H2FeatureStoreTest.java 2009-11-12 14:51:41 UTC (rev 34368)
@@ -16,6 +16,8 @@
*/
package org.geotools.data.h2;
+import java.io.IOException;
+
import org.geotools.jdbc.JDBCFeatureStoreTest;
import org.geotools.jdbc.JDBCTestSetup;
@@ -32,4 +34,8 @@
protected JDBCTestSetup createTestSetup() {
return new H2TestSetup();
}
+
+ public void testAddInTransaction() throws IOException {
+ // does not work, see GEOT-2832
+ }
}
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
GeoTools-commits mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geotools-commits