From: mike Date: Fri, 4 Nov 2005 16:34:16 +0000 (+0000) Subject: Typo. X-Git-Tag: cpan_1_22~399 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=0177bc22561c63fc9ff231a6a7556a163bacc84a;p=ZOOM-Perl-moved-to-github.git Typo. --- diff --git a/t/14-sorting.t b/t/14-sorting.t index c0c0422..96beee1 100644 --- a/t/14-sorting.t +++ b/t/14-sorting.t @@ -1,4 +1,4 @@ -# $Id: 14-sorting.t,v 1.1 2005-11-04 16:13:42 mike Exp $ +# $Id: 14-sorting.t,v 1.2 2005-11-04 16:34:16 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 14-sorting.t' @@ -37,7 +37,7 @@ my $rs = Net::Z3950::ZOOM::connection_search($conn, $query); $errcode = Net::Z3950::ZOOM::connection_error($conn, $errmsg, $addinfo); ok($errcode == 0, "search for '$qstr'"); my $n = Net::Z3950::ZOOM::resultset_size($rs); -ok($n eq 5, "found $n records (expected 5)"); +ok($n == 5, "found $n records (expected 5)"); Net::Z3950::ZOOM::resultset_option_set($rs, preferredRecordSyntax => "usmarc"); my $previous = ""; # Sorts before all legitimate titles