From: mike Date: Fri, 9 Dec 2005 10:17:35 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: cpan_1_22~334 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=c74e32179362609920e502138a33b93f177990c4;p=ZOOM-Perl-moved-to-github.git Remove obsolete comment. --- diff --git a/t/16-packages.t b/t/16-packages.t index 87aa9a8..84a8790 100644 --- a/t/16-packages.t +++ b/t/16-packages.t @@ -1,4 +1,4 @@ -# $Id: 16-packages.t,v 1.6 2005-12-07 17:46:00 mike Exp $ +# $Id: 16-packages.t,v 1.7 2005-12-09 10:17:35 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 16-packages.t' @@ -61,7 +61,6 @@ updaterec($conn, 1, content_of("samples/records/esdd0006.grs"), 0); count_hits($conn, "the", 0, 1); # Add it again record with different ID => new copy added -### For some reason, this does not work updaterec($conn, 2, content_of("samples/records/esdd0006.grs"), 0); count_hits($conn, "the", 0, 2);