made specialisation test check for Storage::DBI rebless rather than Handle (Jesse...
Matt S Trout [Sat, 28 Jul 2007 11:45:01 +0000 (11:45 +0000)]
t/jdbi-t/03rebless.t

index ed46492..55a74a2 100644 (file)
@@ -30,7 +30,7 @@ SKIP: {
         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