Added description to a test
rkinyon@cpan.org [Tue, 21 Oct 2008 01:31:07 +0000 (01:31 +0000)]
git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@4461 88f4d9cd-8a04-0410-9d60-8f63309c3137

t/07_locking.t

index ca335fe..9c0232a 100644 (file)
@@ -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