From e82dfe2405281bd9c283fa2adf1bdcc5e4a7db5e Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 7 Nov 2005 16:30:41 +0000 Subject: [PATCH 1/1] Remove outdated comment about sorting not working. --- t/14-sorting.t | 14 +------------- t/24-sorting.t | 4 +--- 2 files changed, 2 insertions(+), 16 deletions(-) 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; -- 1.7.10.4