X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=t%2F2-ZOOM.t;h=868b33808df8ffc1ec02d431f93eb3a0319b9b0b;hb=ae5c2b81234af64a77295188f6fc90ede3589723;hp=fcf7619b2ecff2f50ba23bd65b0c0e126b47dfb0;hpb=a2468112d16d1485761fb929ef52bd34d6c1175f;p=ZOOM-Perl-moved-to-github.git diff --git a/t/2-ZOOM.t b/t/2-ZOOM.t index fcf7619..868b338 100644 --- a/t/2-ZOOM.t +++ b/t/2-ZOOM.t @@ -1,4 +1,4 @@ -# $Id: 2-ZOOM.t,v 1.10 2006-10-10 16:50:38 mike Exp $ +# $Id: 2-ZOOM.t,v 1.11 2006-11-02 17:04:36 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 2-ZOOM.t' @@ -18,7 +18,7 @@ ok($@ && $@->isa("ZOOM::Exception") && $@->code() == ZOOM::Error::CONNECT && $@->addinfo() eq $host, "connection to non-existent host '$host' fails"); -$host = "indexdata.com/gils"; +$host = "bagel.indexdata.com/gils"; eval { $conn = new ZOOM::Connection($host, 0) }; ok(!$@, "connection to '$host'");