From c74e32179362609920e502138a33b93f177990c4 Mon Sep 17 00:00:00 2001 From: mike Date: Fri, 9 Dec 2005 10:17:35 +0000 Subject: [PATCH] Remove obsolete comment. --- t/16-packages.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 1.7.10.4