NPAR TESTS: Consistently order variables in summary statistics.
authorBen Pfaff <blp@gnu.org>
Thu, 9 Apr 2009 04:39:22 +0000 (21:39 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 9 Apr 2009 14:07:29 +0000 (07:07 -0700)
commit62c871225e944dbdb2a50e1253423952719145cf
tree0b24ca23720654b7182919eb5a25693993eeb135
parentb11e0493376378e2a9bfff7cd76fdb32915abfd6
NPAR TESTS: Consistently order variables in summary statistics.

The set of variables in the NPAR TESTS specs structure was ordered
randomly, according to however the hash function happened to arrange them.
Sort them by variable name, instead, so that they always appear in
alphabetical order in, e.g., descriptive statistics output.

The particular hash function PSPP uses now tends to order variables
alphabetically anyhow.  The next commit changes the PSPP hash functions,
so fixing this in advance prevents having to update any test output.
src/language/stats/npar.q