X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=t%2F26-packages.t;h=ce3478cb13a4f861883a1d22b5312a6e154fb35e;hb=7520ed846be21307038247f134786749d392ed83;hp=becab67f3738a1636537974ab55d5389f6843919;hpb=1ca1d4abecce01941183fa3bed64df468b43c50d;p=ZOOM-Perl-moved-to-github.git diff --git a/t/26-packages.t b/t/26-packages.t index becab67..ce3478c 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.6 2005-12-14 09:30:48 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,9 +10,8 @@ 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 $host = "test.indexdata.com:2118"; my $dbname = join("", map { chr(ord("a") + int(rand(26))) } 1..10); # Connect anonymously, and expect this to fail