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-1653-g4942


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1653-g49429d9
Date: Tue, 05 Oct 2010 05:14:25 +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  49429d9821d57667afe29f2ead5402fa198a3a96 (commit)
       via  9da03b3664f8fc0eacc35f77f83c85288a4f406d (commit)
       via  6673633a0f497a1e2f579680975a9e460003614b (commit)
       via  6674515fd416ff3df1e0bd0ad46cfed30636476d (commit)
      from  4ab3b7df3996d059d8efd8e9b8c5bdbd1cae84a1 (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 49429d9821d57667afe29f2ead5402fa198a3a96
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 4 22:10:48 2010 -0700

    T-TEST: Convert tests to Autotest framework.

commit 9da03b3664f8fc0eacc35f77f83c85288a4f406d
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 4 21:33:03 2010 -0700

    SPLIT FILE: Convert test to Autotest framework.

commit 6673633a0f497a1e2f579680975a9e460003614b
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 4 21:30:14 2010 -0700

    SYSFILE INFO: Convert test to Autotest framework.

commit 6674515fd416ff3df1e0bd0ad46cfed30636476d
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 4 21:28:50 2010 -0700

    tests: Remove tests/command/sysfiles-old.sh from list of tests.
    
    This file was deleted in a previous commit but it was still listed in
    tests/automake.mk.

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

Summary of changes:
 tests/automake.mk                             |   22 +-
 tests/bugs/t-test-alpha.sh                    |  116 ----
 tests/bugs/t-test-alpha2.sh                   |   89 ---
 tests/bugs/t-test-alpha3.sh                   |  108 ----
 tests/bugs/t-test-paired.sh                   |  105 ----
 tests/bugs/t-test-with-temp.sh                |  111 ----
 tests/bugs/t-test.sh                          |   83 ---
 tests/command/split-file.sh                   |  122 ----
 tests/command/sysfile-info.sh                 |  112 ----
 tests/command/t-test-1-indep-val.sh           |  119 ----
 tests/command/t-test-1-sample-missing-anal.sh |  112 ----
 tests/command/t-test-1-sample-missing-list.sh |  112 ----
 tests/command/t-test-1s.sh                    |  100 ----
 tests/command/t-test-groups.sh                |  115 ----
 tests/command/t-test-indep-missing-anal.sh    |  114 ----
 tests/command/t-test-indep-missing-list.sh    |  112 ----
 tests/command/t-test-paired-missing-anal.sh   |  112 ----
 tests/command/t-test-paired-missing-list.sh   |  112 ----
 tests/command/t-test-pairs.sh                 |  105 ----
 tests/language/dictionary/split-file.at       |   55 ++
 tests/language/dictionary/sys-file-info.at    |   46 ++
 tests/language/stats/t-test.at                |  746 +++++++++++++++++++++++++
 22 files changed, 850 insertions(+), 1978 deletions(-)
 delete mode 100755 tests/bugs/t-test-alpha.sh
 delete mode 100755 tests/bugs/t-test-alpha2.sh
 delete mode 100755 tests/bugs/t-test-alpha3.sh
 delete mode 100755 tests/bugs/t-test-paired.sh
 delete mode 100755 tests/bugs/t-test-with-temp.sh
 delete mode 100755 tests/bugs/t-test.sh
 delete mode 100755 tests/command/split-file.sh
 delete mode 100755 tests/command/sysfile-info.sh
 delete mode 100755 tests/command/t-test-1-indep-val.sh
 delete mode 100755 tests/command/t-test-1-sample-missing-anal.sh
 delete mode 100755 tests/command/t-test-1-sample-missing-list.sh
 delete mode 100755 tests/command/t-test-1s.sh
 delete mode 100755 tests/command/t-test-groups.sh
 delete mode 100755 tests/command/t-test-indep-missing-anal.sh
 delete mode 100755 tests/command/t-test-indep-missing-list.sh
 delete mode 100755 tests/command/t-test-paired-missing-anal.sh
 delete mode 100755 tests/command/t-test-paired-missing-list.sh
 delete mode 100755 tests/command/t-test-pairs.sh
 create mode 100644 tests/language/dictionary/split-file.at
 create mode 100644 tests/language/dictionary/sys-file-info.at
 create mode 100644 tests/language/stats/t-test.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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