Fix test to allow string grouping variables on RANK.
authorBen Pfaff <blp@gnu.org>
Sat, 16 Dec 2006 22:01:19 +0000 (22:01 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 16 Dec 2006 22:01:19 +0000 (22:01 +0000)
tests/ChangeLog
tests/command/rank.sh

index a1375802086f679ca0dc8b6057353ae30da4d8d6..67667e5aada01d0a3a2de945b673e4807c3bdf96 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 16 14:00:48 2006  Ben Pfaff  <blp@gnu.org>
+
+       * command/rank.sh: Fix test to allow string grouping variables.
+       See bug #18533.
+
 Sat Dec 16 12:20:58 2006  Ben Pfaff  <blp@gnu.org>
 
        * expressions/expressions.sh: Fix DATEDIFF function tests to
index c827a5207850fb7a5fc84949d7b3a42892e54d41..5782465296da2eca539d369b500cd0453f22d458 100755 (executable)
@@ -125,11 +125,6 @@ RANK x
 * Too many variables in INTO
 RANK x 
  /RANK INTO foo  bar wiz.
-
-* Alpha group
-RANK x BY a.
-
-
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
@@ -145,7 +140,6 @@ $TEMPDIR/rank.sh.sps:15: error: RANK: Syntax error expecting \`(' at end of comm
 $TEMPDIR/rank.sh.sps:19: error: RANK: Syntax error expecting integer at \`d'.
 $TEMPDIR/rank.sh.sps:25: error: RANK: Variable x already exists.
 $TEMPDIR/rank.sh.sps:30: error: RANK: Too many variables in INTO clause.
-$TEMPDIR/rank.sh.sps:33: warning: RANK: a is not a numeric variable.  It will not be included in the variable list.
 EOF
 if [ $? -ne 0 ] ; then fail ; fi