Hi all,

I have been working on adding OGR support to GeoScript and in my testing I 
found a couple of bugs and added a few improvements.  I just added six JIRA 
issues and sent six pull requests.  The order is somewhat important.  1 and 2 
are just bug fixes to get the unit tests passing.  3, 4 and 5 add tests for 
various formats and changes required to make them run.  A bug fix in #3 (Bridj 
support for String arrays) is required for 4 and 5 because OGR Layer options 
won’t work in the Bridj module without it.  #6 is just my attempt to make it 
easier to unit test these modules which require native libraries.

1. Fix Bridj unit test. The overridden setup methods needs to call super.
   GEOT-4650
   https://github.com/geotools/geotools/pull/332

2. Fix failing unit test. Call getTypeName because Name includes the namespace
   GEOT-4651
   https://github.com/geotools/geotools/pull/333

3. Add unit test for reading and writing GeoRSS.
   GEOT-4652
   https://github.com/geotools/geotools/pull/334

4. Add unit test for reading the writing SQLite.
   GEOT-4653
   https://github.com/geotools/geotools/pull/335

5. Add unit tests for writing and reading several formats:
   GEOT-4654
   https://github.com/geotools/geotools/pull/336

6. Add environmental variables to the maven surefire plugin to make it easier
   GEOT-4655
   https://github.com/geotools/geotools/pull/337

All of the tests pass on my Windows box and in my Ubuntu 12 VM.  The ogr-jni 
tests pass on my Mac but ogr-bridj just segfaults.  I haven’t been able to 
figure out why.

Thank you,
Jared Erickson

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to