From 51acc822bba903a2741343ca7c0bb59ba5dcdf74 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 8 Jun 2010 14:51:56 +0100 Subject: [PATCH] More specific diagnostic. --- t/2-ZOOM.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/2-ZOOM.t b/t/2-ZOOM.t index 9ab96ee..6d107a3 100644 --- a/t/2-ZOOM.t +++ b/t/2-ZOOM.t @@ -19,7 +19,7 @@ my $conn; eval { $conn = new ZOOM::Connection($host, 0) }; ok($@ && $@->isa("ZOOM::Exception") && $@->code() == ZOOM::Error::CONNECT && $@->addinfo() eq $host, - "connection to non-existent host '$host' fails"); + "connection to non-existent host '$host' fails : \$\@=$@"); $host = "z3950.indexdata.com/gils"; eval { $conn = new ZOOM::Connection($host, 0) }; -- 1.7.10.4