On 31-Jul-07, at 4:00 AM, David Adler wrote: > I'm working on making the DB2 tests consistent with the recommended > online test process. > > Is the fixture file supposed to go into > db2\src\test\resources\org\geotools\data\db2 and then get copied > manually to > c:\documents and settings\dadler\.geotools\db2 (or similar) if the > online tests are to be run? Or does it get posted to > http://docs.codehaus.org/display/GEOT/Online+Test+Fixtures?
Hi David, My apologies... I haven't had a chance to get those docs cleaned up. The fixture files should originate in geotools/trunk/gt/build/ fixtures/db2, and be copied to ~/.geotools/db2 (and slightly modified) by users who want to run the online tests. All test cases that use external resources (this includes a local db2 install), should extend the OnlineTestCase class. The plan for the Online Test Fixtures wiki page was to set up descriptions for each fixture so developers could have an idea of what each database should look like (ie a read-only postgis instance with the demo-bc dataset). Cheers, Cory. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
