From: rkinyon@cpan.org Date: Tue, 21 Oct 2008 01:31:07 +0000 (+0000) Subject: Added description to a test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=24012a84260cd624cd11adbd9a5515e8f4134794;p=dbsrgits%2FDBM-Deep.git Added description to a test git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@4461 88f4d9cd-8a04-0410-9d60-8f63309c3137 --- diff --git a/t/07_locking.t b/t/07_locking.t index ca335fe..9c0232a 100644 --- a/t/07_locking.t +++ b/t/07_locking.t @@ -26,7 +26,7 @@ $db->{key1} = "value1"; is( $db->{key1}, "value1", "key1 is set" ); $db->{key2} = [ 1 .. 3 ]; -is( $db->{key2}[1], 2 ); +is( $db->{key2}[1], 2, "The value is set properly" ); ## # explicit lock