projects
/
ZOOM-Perl-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51acc82
)
More specific diagnostic.
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:14 +0000
(14:56 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:14 +0000
(14:56 +0100)
t/1-Net-Z3950-ZOOM.t
patch
|
blob
|
history
diff --git
a/t/1-Net-Z3950-ZOOM.t
b/t/1-Net-Z3950-ZOOM.t
index
d530145
..
f8b921c
100644
(file)
--- a/
t/1-Net-Z3950-ZOOM.t
+++ b/
t/1-Net-Z3950-ZOOM.t
@@
-20,7
+20,7
@@
my $host = "no.such.host";
my $conn = Net::Z3950::ZOOM::connection_new($host, 0);
$errcode = Net::Z3950::ZOOM::connection_error($conn, $errmsg, $addinfo);
ok($errcode == Net::Z3950::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";
$conn = Net::Z3950::ZOOM::connection_new($host, 0);