Comment
[dbsrgits/DBIx-Class.git] / t / 746mssql.t
index 4b5a3c1..2ee8cc3 100644 (file)
@@ -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   /],