Remove outdated comment about sorting not working.
authormike <mike>
Mon, 7 Nov 2005 16:30:41 +0000 (16:30 +0000)
committermike <mike>
Mon, 7 Nov 2005 16:30:41 +0000 (16:30 +0000)
t/14-sorting.t
t/24-sorting.t

index dc2a044..3a8e3e1 100644 (file)
@@ -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;
index 155359d..687ec65 100644 (file)
@@ -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;