[Bast-commits] r3620 - DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Sat Jul 28 12:45:02 GMT 2007


Author: matthewt
Date: 2007-07-28 12:45:01 +0100 (Sat, 28 Jul 2007)
New Revision: 3620

Modified:
   DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/03rebless.t
Log:
made specialisation test check for Storage::DBI rebless rather than Handle (Jesse - should we just make it not bother?)

Modified: DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/03rebless.t
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/03rebless.t	2007-07-28 11:37:01 UTC (rev 3619)
+++ DBIx-Class/0.08/branches/jdbicompat/t/jdbi-t/03rebless.t	2007-07-28 11:45:01 UTC (rev 3620)
@@ -30,7 +30,7 @@
         connect_handle_with_driver( $handle, $d );
         isa_ok($handle->dbh, 'DBI::db');
         
-        isa_ok($handle, "Jifty::DBI::Handle::$d", "Specialized Handle");
+        isa_ok($handle->schema->storage, "DBIx::Class::Storage::DBI::$d", "Specialized Handle");
         disconnect_handle_with_driver( $handle, $d );
 }} # SKIP, foreach blocks
 




More information about the Bast-commits mailing list