From: mike Date: Mon, 7 Nov 2005 16:30:41 +0000 (+0000) Subject: Remove outdated comment about sorting not working. X-Git-Tag: cpan_1_22~390 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=e82dfe2405281bd9c283fa2adf1bdcc5e4a7db5e;hp=e35858ff97a290c30acae73387060b0be320a7b1;p=ZOOM-Perl-moved-to-github.git Remove outdated comment about sorting not working. --- diff --git a/t/14-sorting.t b/t/14-sorting.t index dc2a044..3a8e3e1 100644 --- a/t/14-sorting.t +++ b/t/14-sorting.t @@ -1,20 +1,8 @@ -# $Id: 14-sorting.t,v 1.3 2005-11-04 16:59:55 mike Exp $ +# $Id: 14-sorting.t,v 1.4 2005-11-07 16:30:41 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' -# ### At present, this test fails -- so far as I can see, because -# the underlying ZOOM-C sorting functionality is broken, as -# verified using "zoomsh" with the commands: -# -# ZOOM>open indexdata.dk/gils -# ZOOM>find @attr 1=4 map -# ZOOM>sort 1=4 -# ZOOM>show 0 5 -# -# Hopefully Adam will fix the underlying code, and then this -# will Just Work. - use strict; use warnings; use Test::More tests => 27; diff --git a/t/24-sorting.t b/t/24-sorting.t index 155359d..687ec65 100644 --- a/t/24-sorting.t +++ b/t/24-sorting.t @@ -1,9 +1,7 @@ -# $Id: 24-sorting.t,v 1.1 2005-11-04 17:08:20 mike Exp $ +# $Id: 24-sorting.t,v 1.2 2005-11-07 16:30:50 mike Exp $ # Before `make install' is performed this script should be runnable with # `make test'. After `make install' it should work as `perl 24-sorting.t' -# -# ### At present, this test fails: see comment to "14-sorting.t" use strict; use warnings;