Better test output.
authorGreg Sabino Mullane <greg@endpoint.com>
Sat, 3 Dec 2011 04:32:27 +0000 (23:32 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Sat, 3 Dec 2011 04:32:27 +0000 (23:32 -0500)
t/10-fullcopy.t

index 641edd340080ae16632f7f5e51e0e4cb2e758c9a..b7327e7e8cbac0ec80f148e932e5bdae8e28a302 100644 (file)
@@ -166,13 +166,13 @@ for my $table (sort keys %tabletype) {
     my $type = $tabletype{$table};
     $res = [[1]];
 
-    $t = qq{Row with pkey of type $type gets copied to B};
+    $t = qq{Row with pkey of type $type gets copied to B.$table};
     bc_deeply($res, $dbhB, $sql{select}{$table}, $t);
 
-    $t = qq{Row with pkey of type $type gets copied to C};
+    $t = qq{Row with pkey of type $type gets copied to C.$table};
     bc_deeply($res, $dbhC, $sql{select}{$table}, $t);
 
-    $t = qq{Row with pkey of type $type gets copied to D};
+    $t = qq{Row with pkey of type $type gets copied to D.$table};
     bc_deeply($res, $dbhD, $sql{select}{$table}, $t);
 
 }