From: mike Date: Tue, 13 Dec 2005 17:36:11 +0000 (+0000) Subject: Remove extraneous comment. X-Git-Tag: cpan_1_22~317 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1eda97f87413880264373876c9de874a138c178d;p=ZOOM-Perl-moved-to-github.git Remove extraneous comment. --- diff --git a/t/26-packages.t b/t/26-packages.t index becab67..600c991 100644 --- a/t/26-packages.t +++ b/t/26-packages.t @@ -1,4 +1,4 @@ -# $Id: 26-packages.t,v 1.4 2005-12-13 17:35:20 mike Exp $ +# $Id: 26-packages.t,v 1.5 2005-12-13 17:36:11 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 26-packages.t' @@ -10,7 +10,6 @@ use Test::More tests => 40; BEGIN { use_ok('ZOOM') }; -# For now, use a local database: later establish a public one for this. # We will create, and destroy, a new database with a random name my $host = "test.indexdata.com:8017"; my $dbname = join("", map { chr(ord("a") + int(rand(26))) } 1..10);