On 7/10/07, John Napiorkowski <[EMAIL PROTECTED]> wrote:
Can you "prove --verbose t/33storage_reconnect.t" on that test so we can get the details? There isn't a lot going on in that test that I can see would go easily wrong and also not cause lots of other tests to fail.
I would use "prove -vb t/33storage_reconnect.t", the -v is --verbose of course, the -b tells prove to effectively do "-Mblib/lib" to ensure you're running the test against the version you've unpacked, instead of some other version you already have installed. -- Brandon _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
