X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746mssql.t;h=e7c375ab6abcf303793d68fa34e5c49b8c6b32b1;hb=19f59b4fd16da149a649da5d7cfa5861ea9db35a;hp=be4002ed8eb77d2c722ab2b5d9b10fad10071357;hpb=44e538d00c41e69899b48178c9dede95e2ef7e77;p=dbsrgits%2FDBIx-Class.git diff --git a/t/746mssql.t b/t/746mssql.t index be4002e..e7c375a 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -195,6 +195,8 @@ SQL }); lives_ok ( sub { + # start a new connection, make sure rebless works + my $schema = DBICTest::Schema->connect($dsn, $user, $pass); $schema->populate ('Owners', [ [qw/id name /], [qw/1 wiggle/], @@ -216,6 +218,8 @@ lives_ok ( sub { }, 'populate with PKs supplied ok' ); lives_ok ( sub { + # start a new connection, make sure rebless works + my $schema = DBICTest::Schema->connect($dsn, $user, $pass); $schema->populate ('BooksInLibrary', [ [qw/source owner title /], [qw/Library 1 secrets0/],