[DBD::Pg 07/14] Better test description

dbdpg-commits-gENoVmVU/[email protected] Sun, 27 Jul 2014 05:14:08 +0000
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Committed by pilcrow <[email protected]>

Subject: [DBD::Pg 07/14] Better test description

---
 t/03dbmethod.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/03dbmethod.t b/t/03dbmethod.t
index 23e1c45..1e408c7 100644
--- a/t/03dbmethod.t
+++ b/t/03dbmethod.t
@@ -564,7 +564,7 @@ $t='DB handle method "table_info" object inquiry saw at least one object';
 $rows = $sth->fetchall_arrayref([3]);
 ok(scalar @$rows, $t);
 
-$t='DB handle method "table_info" object inquiry returns no objects of unknown type';
+$t='DB handle method "table_info" object inquiry no types unknown to "table_info" type query';
 my %unexpected_types;
 for (@$rows) {
   my ($type) = @$_;
-- 
1.8.4