From: Peter Rabbitson Date: Tue, 1 Sep 2009 14:52:39 +0000 (+0000) Subject: Comment X-Git-Tag: v0.08111~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e29dc2bb16eaea01bdc75f1756893c3b2fac1259;hp=486170095cfeae848c19cb04b024aa3b8bb808db;p=dbsrgits%2FDBIx-Class.git Comment --- diff --git a/t/746mssql.t b/t/746mssql.t index 4b5a3c1..2ee8cc3 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -198,6 +198,7 @@ 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 /], @@ -220,6 +221,7 @@ 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 /],