Uwe Grauer wrote: > To Paul: > Do you need a python-script similar to test_dCursorMixin.py from your > sandbox branch? > If so, let me know and i try to do it tomorrow.
Take a look at class Test_dCursorMixin_mysql in test_dCursorMixin.py... basically I need a version of that for firebird. Specifically, we need to create the same schema so that the tests work equally. My schema is very simple as this test is very "lowest common denominator", but I imagine more of the "all fields" schema if/when we add unit testing for the various backend files. If that were handed to me on a silver platter like you are offering, I'd be sure to accept it. In the meantime, I'll try to get a firebird server running on my machine for the unit test to connect to, and a firebird client installed on my dev box so I can run the unit tests. Thanks, Uwe. Also, thanks Carl. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
