From: Matt S Trout Date: Sat, 28 Jul 2007 11:45:01 +0000 (+0000) Subject: made specialisation test check for Storage::DBI rebless rather than Handle (Jesse... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f716cc8a9e402e067db3ba27dd5731897cdca532;p=dbsrgits%2FDBIx-Class-Historic.git made specialisation test check for Storage::DBI rebless rather than Handle (Jesse - should we just make it not bother?) --- diff --git a/t/jdbi-t/03rebless.t b/t/jdbi-t/03rebless.t index ed46492..55a74a2 100644 --- a/t/jdbi-t/03rebless.t +++ b/t/jdbi-t/03rebless.t @@ -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