From 73ef58a437ef6640a7813b4f898b1a57e0ec95ea Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 16 Dec 2006 22:01:19 +0000 Subject: [PATCH] Fix test to allow string grouping variables on RANK. --- tests/ChangeLog | 5 +++++ tests/command/rank.sh | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index a1375802..67667e5a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 16 14:00:48 2006 Ben Pfaff + + * command/rank.sh: Fix test to allow string grouping variables. + See bug #18533. + Sat Dec 16 12:20:58 2006 Ben Pfaff * expressions/expressions.sh: Fix DATEDIFF function tests to diff --git a/tests/command/rank.sh b/tests/command/rank.sh index c827a520..57824652 100755 --- a/tests/command/rank.sh +++ b/tests/command/rank.sh @@ -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 -- 2.30.2