Re: [JPP-Devel] Testing for FeatureCollection equality in JUnit tests.

2009-06-18 Thread Larry Becker
Hi SS, Just a thought: how about saving the layers as JML files and using text compare on them. regards, Larry On Thu, Jun 18, 2009 at 3:01 PM, Andreas Schmitz wrote: > Sunburned Surveyor wrote: > > Hi, > > > Thanks for the information Stefan. I checked out the classes in the > > apitools p

Re: [JPP-Devel] Testing for FeatureCollection equality in JUnit tests.

2009-06-18 Thread Andreas Schmitz
Sunburned Surveyor wrote: Hi, > Thanks for the information Stefan. I checked out the classes in the > apitools package, but I didn't see what I needed. However, it seems > like the classes in this package would be the logical home for the > methods I need. I will see if I can implement my methods

Re: [JPP-Devel] Testing for FeatureCollection equality in JUnit tests.

2009-06-18 Thread Sunburned Surveyor
Thanks for the information Stefan. I checked out the classes in the apitools package, but I didn't see what I needed. However, it seems like the classes in this package would be the logical home for the methods I need. I will see if I can implement my methods and add them to the appropriate class i

Re: [JPP-Devel] Testing for FeatureCollection equality in JUnit tests.

2009-06-18 Thread Stefan Steiniger
some of the API classes should have comparison methods in org.openjump.core.apitools.* stefan Sunburned Surveyor wrote: > I'm currently writing JUnit tests for my plug-in that will import > survey points from delimited text files. In one of my unit tests, I > want to verify that the FeatureColle