pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/tests command/rank.sh ChangeLog


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/tests command/rank.sh ChangeLog
Date: Sat, 16 Dec 2006 22:01:19 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/12/16 22:01:19

Modified files:
        tests/command  : rank.sh 
        tests          : ChangeLog 

Log message:
        Fix test to allow string grouping variables on RANK.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/command/rank.sh?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/ChangeLog?cvsroot=pspp&r1=1.72&r2=1.73

Patches:
Index: command/rank.sh
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/command/rank.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- command/rank.sh     7 Nov 2006 13:00:00 -0000       1.2
+++ command/rank.sh     16 Dec 2006 22:01:19 -0000      1.3
@@ -125,11 +125,6 @@
 * 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: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
 

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- ChangeLog   16 Dec 2006 20:22:14 -0000      1.72
+++ ChangeLog   16 Dec 2006 22:01:19 -0000      1.73
@@ -1,3 +1,8 @@
+Sat Dec 16 14:00:48 2006  Ben Pfaff  <address@hidden>
+
+       * command/rank.sh: Fix test to allow string grouping variables.
+       See bug #18533.
+
 Sat Dec 16 12:20:58 2006  Ben Pfaff  <address@hidden>
 
        * expressions/expressions.sh: Fix DATEDIFF function tests to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]