Whitespace
authorMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:21 +0000 (14:56 +0100)
committerMike Taylor <mike@miketaylor.org.uk>
Tue, 8 Jun 2010 13:56:21 +0000 (14:56 +0100)
t/2-ZOOM.t

index 6d107a3..87ee8cf 100644 (file)
@@ -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) };