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
