Author: timbo
Date: Sat Sep 11 04:52:03 2004
New Revision: 457

Modified:
   dbi/trunk/t/06attrs.t
Log:
Fix typos in t/06attrs.t (#7588)


Modified: dbi/trunk/t/06attrs.t
==============================================================================
--- dbi/trunk/t/06attrs.t       (original)
+++ dbi/trunk/t/06attrs.t       Sat Sep 11 04:52:03 2004
@@ -235,7 +235,7 @@
 cmp_ok($nhash_lc->{name},          '==', 1, '... checking values returned');
 
 my $nhash_uc = $sth->{NAME_uc_hash};
-is(ref($nhash_lc), 'HASH', '... checking type of NAME_us_hash attribute for sth');
+is(ref($nhash_uc), 'HASH', '... checking type of NAME_uc_hash attribute for sth');
 cmp_ok(scalar(keys(%{$nhash_uc})), '==', 2, '... checking number of keys returned');
 cmp_ok($nhash_uc->{CTIME},         '==', 0, '... checking values returned');
 cmp_ok($nhash_uc->{NAME},          '==', 1, '... checking values returned');

Reply via email to