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:
299f88e
)
Whitespace
author
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:21 +0000
(14:56 +0100)
committer
Mike Taylor
<mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:21 +0000
(14:56 +0100)
t/2-ZOOM.t
patch
|
blob
|
history
diff --git
a/t/2-ZOOM.t
b/t/2-ZOOM.t
index
6d107a3
..
87ee8cf
100644
(file)
--- 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) };