I uploaded Rose::DBx::TestDB to the CPAN a few days ago. It's intended to make
it easy to write tests that use RDBO. The SYNOPSIS:

        use Rose::DBx::TestDB;
        my $db = Rose::DBx::TestDB‐>new;

        # do something with $db

        exit;

        # END block will automatically clean up all temp db files

Not much to it. But hopefully it inspires more tests. :)

** NOTE ** I know that there is an issue with some versions of DBD::SQLite. I
cribbed the standard RDBO test code for evaluating the sqlite version. For the
purposes of the module however, I didn't deem it a serious enough issue to
croak if using a newer sqlite. If I'm wrong, please tell me.

** NOTE ** Rose::DBx::TestDB is --not-- a substitute or compliment to the
actual RDBO (or Rose::DB) test suite. It is intended to make it easier to write
tests for apps/modules that --use-- RDBO.

-- 
Peter Karman  .  [EMAIL PROTECTED]  .  http://peknet.com/


-------------------------------------------------------------------------
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/
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to