More specific diagnostic.
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:14 +0000 (14:56 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:14 +0000 (14:56 +0100)
t/1-Net-Z3950-ZOOM.t

index d530145..f8b921c 100644 (file)
@@ -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);