Hi Andrea, Ok, I can see that now. So after subclassing both the test class and the corresponding test setup class (and of course implementing them correctly), then we should be set? I guess what I'm confused about is where these 150 other tests come from, when we have only identified 32 test classes which need to be implemented. Am I correct in saying that the remaining tests are taken care of in the non abstract methods of the abstract classes?
Thanks, Anthony On 7-Feb-10, at 12:01 AM, Andrea Aime wrote: > Anthony McCallum ha scritto: >> Hi Andrea, >> Yes, this helps, thanks! We have come up with a list of about 32 >> JUnit test classes to implement (which will be subclasses of the >> abstract classes you mentioned). Does this sound correct? We will >> create these classes at >> http://svn.osgeo.org/geotools/branches/2.6.x/modules/unsupported/jdbc/jdbc-ingres/src/test/java/org/geotools/data/ingres > > Yep, that is the right place > >> . You also mentioned that there were around 150 other pre-existing >> tests which need to pass. These are included in the abstract test >> classes, so that as long as we subclass those classes, these tests >> will be run, correct? > > Subclassing those classes is only the first step, as you can > see when subclassing one of those you'll be required to implement > its test setup, which is again described by an abstract class that > you have to subclass in order to provide the initialization > SQL specific to your database. > > Cheers > Andrea > > > -- > Andrea Aime > OpenGeo - http://opengeo.org > Expert service straight from the developers. ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
