From 1ca1d4abecce01941183fa3bed64df468b43c50d Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 13 Dec 2005 17:35:20 +0000 Subject: [PATCH] Run against special zebra on test:8017 --- t/16-packages.t | 6 ++---- t/26-packages.t | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/t/16-packages.t b/t/16-packages.t index c32a518..d9ac42b 100644 --- a/t/16-packages.t +++ b/t/16-packages.t @@ -1,4 +1,4 @@ -# $Id: 16-packages.t,v 1.8 2005-12-13 13:21:49 mike Exp $ +# $Id: 16-packages.t,v 1.9 2005-12-13 17:35:51 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' @@ -19,10 +19,8 @@ use Test::More tests => 40; BEGIN { use_ok('Net::Z3950::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 = "localhost:9999"; -#my $host = "indexdata.com/gils"; +my $host = "test.indexdata.com:8017"; 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 49189d8..becab67 100644 --- a/t/26-packages.t +++ b/t/26-packages.t @@ -1,4 +1,4 @@ -# $Id: 26-packages.t,v 1.3 2005-12-13 13:23:45 mike Exp $ +# $Id: 26-packages.t,v 1.4 2005-12-13 17:35:20 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' @@ -12,8 +12,7 @@ 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 = "localhost:9999"; -#my $host = "indexdata.com/gils"; +my $host = "test.indexdata.com:8017"; my $dbname = join("", map { chr(ord("a") + int(rand(26))) } 1..10); # Connect anonymously, and expect this to fail -- 1.7.10.4