Message2391

Author bzimmer
Recipients
Date 2005-03-05.15:04:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=37674

The zxJDBC test suite should be available in the Lib/test/zxjdbc.  If not, 
you can get it here: http://cvs.sourceforge.net/viewcvs.py/jython/jython/
Lib/test/zxjdbc/

To test for Oracle, change the test.xml entries for the factory to reflect 
the configuration for your environment.

You can then run the suite by invoking:

$ jython runner.py oracle

This will run all the oracle tests defined in the test.xml.  The file sptest.py 
has some stored procedure tests you can mimic to do the testing.

This would be my prefered way for getting the ddl and test cases.
History
Date User Action Args
2008-02-20 17:18:25adminlinkissue1000147 messages
2008-02-20 17:18:25admincreate