Re: [Geotools-devel] wfs-ng and AbstractDataStoreTest

2014-04-25 Thread Jody Garnett
Niels I noticed that one of the pull requests mentions wfs-ng: https://github.com/geotools/geotools/pull/406 Have you had a look at this one? Jody Garnett On Fri, Apr 25, 2014 at 6:42 PM, Niels Charlier wrote: > Hello, > > While working on wfs-ng, I found the class AbstractDataStoreTest and I

Re: [Geotools-devel] wfs-ng and AbstractDataStoreTest

2014-04-25 Thread Jody Garnett
I had wanted to set up a conformance test that datastore implementors, justin ended up making this approach work for JDBC datastore implementations. For AbstractDataStore everyone made a copy! ... but since most of them have died now wfs is the last one standing. Jody Garnett On Fri, Apr 25, 2

[Geotools-devel] wfs-ng and AbstractDataStoreTest

2014-04-25 Thread Niels Charlier
Hello, While working on wfs-ng, I found the class AbstractDataStoreTest and I was wondering what the deal is with that class: - there is a copy inside the wfs-ng module, and one inside the main module. The first appears to be a modified version of the latter. Shouldn't the modified version move