Re: [JPP-Devel] Unit test framework

2012-01-14 Thread Benjamin Gudehus
I had a closer look at the plugin, there is no need to change initialize() in order to run tests. The needed fields are already there: private Layer itemlayer = null; private boolean deleteOnlyForSameAttributes = false; --Benjamin 2012/1/14 Benjamin Gudehus > 2012/1/14 Michaël Michaud

Re: [JPP-Devel] Unit test framework

2012-01-14 Thread Benjamin Gudehus
2012/1/14 Michaël Michaud > Hi Benjamin, > > I just saw how you organized the test framework, and I have several > questions before I start using it (I'd like to optimize > DeleteDuplicateGeometriesPlugIn before 1.5.1 release, which is an > excellent opportunity to test your Framework) : > I had