From 2e12f54032f76ae48e18b939714c8f4d82a7fad5 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 14 Dec 2005 09:30:48 +0000 Subject: [PATCH] Change test-server port to 2118 --- t/16-packages.t | 4 ++-- t/26-packages.t | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/t/16-packages.t b/t/16-packages.t index d9ac42b..d41fdeb 100644 --- a/t/16-packages.t +++ b/t/16-packages.t @@ -1,4 +1,4 @@ -# $Id: 16-packages.t,v 1.9 2005-12-13 17:35:51 mike Exp $ +# $Id: 16-packages.t,v 1.10 2005-12-14 09:30:58 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' @@ -20,7 +20,7 @@ BEGIN { use_ok('Net::Z3950::ZOOM') }; # 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 diff --git a/t/26-packages.t b/t/26-packages.t index 600c991..ce3478c 100644 --- a/t/26-packages.t +++ b/t/26-packages.t @@ -1,4 +1,4 @@ -# $Id: 26-packages.t,v 1.5 2005-12-13 17:36:11 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' @@ -11,7 +11,7 @@ BEGIN { use_ok('ZOOM') }; # 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 -- 1.7.10.4