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
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
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