pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1623-ga675


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1623-ga675710
Date: Sat, 02 Oct 2010 22:02:08 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  a67571068a8d01da4a810c65bc230cea2b1d7a3f (commit)
       via  d333d6f8945fd5d194f700a3b4dad3e4826efe29 (commit)
       via  a3907c90636062a3bd63788a2ca453e81ffdebf7 (commit)
       via  25fae2dc8f76919b486763951c3571b5c8ef33b4 (commit)
       via  3384b8f946b446e849bad1bc7aad238b2e0a9691 (commit)
       via  375756a6b5f5c60bbbe44f3c3fa4a4a80fd57946 (commit)
      from  8af858910fe5d4166089d8f5d55ba8debe441617 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a67571068a8d01da4a810c65bc230cea2b1d7a3f
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 15:01:54 2010 -0700

    NPAR TESTS: Convert BINOMAL tests to Autotest framework.

commit d333d6f8945fd5d194f700a3b4dad3e4826efe29
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 14:32:14 2010 -0700

    N OF CASES: Convert test to Autotest framework.

commit a3907c90636062a3bd63788a2ca453e81ffdebf7
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 14:29:37 2010 -0700

    tests: Convert no_case_size.sh test to Autotest framework.

commit 25fae2dc8f76919b486763951c3571b5c8ef33b4
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 13:51:44 2010 -0700

    MISSING VALUES: Convert test to Autotest framework.

commit 3384b8f946b446e849bad1bc7aad238b2e0a9691
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 13:42:33 2010 -0700

    MATCH FILES: Convert tests to Autotest framework.

commit 375756a6b5f5c60bbbe44f3c3fa4a4a80fd57946
Author: Ben Pfaff <address@hidden>
Date:   Sat Oct 2 13:03:28 2010 -0700

    tests: Convert longvar.sh test to Autotest framework.

-----------------------------------------------------------------------

Summary of changes:
 tests/automake.mk                                  |   15 +-
 tests/bugs/match-files-scratch.sh                  |   99 ------
 tests/command/longvars.sh                          |  117 -------
 tests/command/match-files.sh                       |  262 ---------------
 tests/command/missing-values.sh                    |  137 --------
 tests/command/n_of_cases.sh                        |  106 ------
 tests/command/no_case_size.sh                      |  111 -------
 tests/data-list.data                               |    6 -
 tests/data/sys-file.at                             |   60 ++++
 tests/language/command.at                          |   37 +++
 tests/language/data-io/match-files.at              |  200 ++++++++++++
 tests/language/dictionary/missing-values.at        |   72 +++++
 tests/language/lexer/variable-parser.at            |   50 +++
 .../npar-binomial.sh => language/stats/npar.at}    |  334 ++++++++------------
 tests/no_case_size.sav                             |  Bin 872 -> 0 bytes
 15 files changed, 557 insertions(+), 1049 deletions(-)
 delete mode 100755 tests/bugs/match-files-scratch.sh
 delete mode 100755 tests/command/longvars.sh
 delete mode 100755 tests/command/match-files.sh
 delete mode 100755 tests/command/missing-values.sh
 delete mode 100755 tests/command/n_of_cases.sh
 delete mode 100755 tests/command/no_case_size.sh
 delete mode 100644 tests/data-list.data
 create mode 100644 tests/data/sys-file.at
 create mode 100644 tests/language/data-io/match-files.at
 create mode 100644 tests/language/dictionary/missing-values.at
 create mode 100644 tests/language/lexer/variable-parser.at
 rename tests/{command/npar-binomial.sh => language/stats/npar.at} (59%)
 mode change 100755 => 100644
 delete mode 100644 tests/no_case_size.sav


hooks/post-receive
-- 
GNU PSPP



reply via email to

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