Fix bug #19604. T-Test documentation now matches code; code matches spss behaviour
[pspp-builds.git] / tests / ChangeLog
index ee534187afcd793b833e54d67a8e091a9ed9fe78..01e6ff336e62da0847f336ec24e94f9174242175 100644 (file)
@@ -1,3 +1,136 @@
+2007-07-28 John Darrington <john@darrington.wattle.id.au>
+
+       * command/t-test-1-indep-val.sh: Changed the order of groups in the 
+       summary box to match new behaviour. (Fixes bug #19604).
+
+2007-07-25  Ben Pfaff  <blp@gnu.org>
+
+       Fix bug #17100.
+       * command/data-list.sh: Add tests for multi-record DATA LIST with
+       and without empty trailing record.
+
+2007-07-24  Ben Pfaff  <blp@gnu.org>
+
+       * command/flip.sh: Add tests to avoid regression on bugs #20493,
+       #20494.
+
+2007-07-22  Ben Pfaff  <blp@gnu.org>
+
+       * command/very-long-strings.sh: Test both compressed and
+       uncompressed system files with very long strings.
+
+2007-07-17  Ben Pfaff  <blp@gnu.org>
+
+       Patch #19335.  Reviewed by John Darrington.
+
+       * expressions/randist/compare.pl: Use strict and all warnings.
+
+       * expressions/randist/randist.pl: Ditto.
+
+       * formats/num-out-cmp.pl: Ditto.
+
+       * formats/num-out-compare.pl: Ditto.
+
+       * formats/num-out-decmp.pl: Ditto.
+
+       * formats/num-out.pl: Ditto.
+
+2007-07-17  Ben Pfaff  <blp@gnu.org>
+
+       * formats/float-format.h: Drop the tests that depend on parsing
+       "-0" from a syntax file.  Also make float-format.sh error messages
+       easier to read, by changing the sed command so that error line
+       numbers are easier to match to the test input.
+       Reviewed by John Darrington as patch #6091.
+
+2007-07-11  Ben Pfaff  <blp@gnu.org>
+
+       * xforms/expressions.sh: Remove unused file.  Fixes bug
+       #18140.
+
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       * commands/match-files.sh: Test the new support for FIRST and LAST
+         subcommands.
+
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Remove test.
+
+       * xforms/casefile.sh: Removed test.
+
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Add new test.
+
+       * command/datasheet.sh: New test.
+
+2007-06-03  Ben Pfaff  <blp@gnu.org>
+
+       * libpspp/tower-test.c: Also test tower_last, tower_prev functions.
+
+       * libpspp/range-set-test.c: Also test the range_set_clone function.
+
+2007-05-06  Ben Pfaff  <blp@gnu.org>
+
+       Abstract the documents within a dictionary a little better.
+       Thanks to John Darrington for suggestion, initial version, and
+       review.  Patch #5917.
+
+       * command/file-label.sh: Update to match new DOCUMENT behavior.
+
+2007-04-19 John Darrington <john@darrington.wattle.id.au>
+       
+        * command/no_case_size.sh command/sysfiles-old.sh:
+       Changed tests to reflect new behaviour (case changing) when
+       reading system files with no long name table.
+
+2007-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Add recode.sh to tests.
+
+       * xforms/recode.sh: New test.
+
+2007-04-03  Ben Pfaff  <blp@gnu.org>
+           John McCabe-Dansted <gmatht@gmail.com>
+       
+       * npar-binomial.sh: Be less picky about whitespace in PSPP output.
+
+       * npar-chisquare.sh: Ditto.
+
+       * very-long-strings.sh: Ditto.
+
+2007-04-03  Ben Pfaff  <blp@gnu.org>
+
+       Apply patches #5828, #5837, #5841, #5843.
+
+       * automake.mk (tests_libpspp_bt_test_LDADD): Add range-map-test,
+       range-set-test, tower-test.
+
+       * libpspp/range-map-test.c: New test.
+
+       * libpspp/range-set-test.c: New test.
+
+       * libpspp/tower-test.c: New test.
+
+2007-03-31  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk (tests_libpspp_bt_test_LDADD): Add tests/libpspp/bt.
+
+       * libpspp/bt-test.c: New test.
+
+2007-03-25  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Add tests/libpspp/sparse-array-test.
+
+       * libpspp/sparse-array-test.c: New test.
+
+2007-03-18  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk: Don't try to distribute tests that are compiled
+       from C source.  This fixes "make dist" when "make all" has not yet
+       been run.
+
 Mon Feb 12 06:29:30 2007  Ben Pfaff  <blp@gnu.org>
 
        * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.
@@ -6,7 +139,7 @@ Sat Feb  3 21:57:34 2007  Ben Pfaff  <blp@gnu.org>
 
        * automake.mk: Add tests/command/vector.sh.
 
-       * tests/command/vector.sh: New test.
+       * command/vector.sh: New test.
 
 Wed Jan 24 21:13:53 2007  Ben Pfaff  <blp@gnu.org>
 
@@ -258,9 +391,8 @@ Mon Aug  1 21:48:54 2005  Ben Pfaff  <blp@gnu.org>
 Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
 
        * command/sys-info.sh: Removed.  (This was not actually in TESTS
-       in Makefile.am, so it was never called.
-       tests/command/sysfile-info.sh does what it was trying to do, but
-       better.)
+       in Makefile.am, so it was never called.  command/sysfile-info.sh
+       does what it was trying to do, but better.)
        
 Sat Jul 30 21:50:33 2005  Ben Pfaff  <blp@gnu.org>