[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1649-g4ab3
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1649-g4ab3b7d |
Date: |
Tue, 05 Oct 2010 00:35:18 +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 4ab3b7df3996d059d8efd8e9b8c5bdbd1cae84a1 (commit)
via 1cc9ec74f2a7507d3230e366e027f03846095f59 (commit)
via 2326111a36d63799c12de97eb6d032525f008e5a (commit)
via 3ee20364862608997a01e97c816a49bf2671f525 (commit)
via da70581a4825d948f6e3269b5bd0bd64cc3f3baa (commit)
via 65a73ff3836bd26f54ad9862959bef918a24b3fc (commit)
via 2a655e8b3693e78d6be47d51d011de61a7189a3f (commit)
from 60a5a715819916ddc5df53451221436995a71356 (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 4ab3b7df3996d059d8efd8e9b8c5bdbd1cae84a1
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 17:33:55 2010 -0700
tests: Convert system file tests to Autotest framework.
commit 1cc9ec74f2a7507d3230e366e027f03846095f59
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 17:23:28 2010 -0700
SORT CASES: Convert tests to Autotest framework.
commit 2326111a36d63799c12de97eb6d032525f008e5a
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 15:27:36 2010 -0700
SAMPLE: Convert test to Autotest framework.
commit 3ee20364862608997a01e97c816a49bf2671f525
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 15:08:29 2010 -0700
ROC: Convert tests to Autotest framework.
commit da70581a4825d948f6e3269b5bd0bd64cc3f3baa
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 14:59:48 2010 -0700
RELIABILITY: Convert tests to Autotest framework.
commit 65a73ff3836bd26f54ad9862959bef918a24b3fc
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 12:49:05 2010 -0700
tests: Convert REGRESSION tests to Autotest framework.
commit 2a655e8b3693e78d6be47d51d011de61a7189a3f
Author: Ben Pfaff <address@hidden>
Date: Mon Oct 4 12:38:06 2010 -0700
RENAME VARIABLES: Convert tests to Autotest framework.
-----------------------------------------------------------------------
Summary of changes:
tests/automake.mk | 15 +-
tests/command/regression.sh | 123 --------------
tests/command/rename.sh | 113 -------------
tests/command/roc2.sh | 123 --------------
tests/command/sample.sh | 124 --------------
tests/command/sort.sh | 132 ---------------
tests/command/sysfiles-old.sh | 114 -------------
tests/command/sysfiles.sh | 104 ------------
tests/data/sys-file.at | 77 +++++++++
tests/language/dictionary/rename-variables.at | 43 +++++
.../stats/regression.at} | 128 +++++++--------
.../stats/reliability.at} | 85 +---------
tests/{command/roc.sh => language/stats/roc.at} | 173 +++++++++++---------
tests/language/stats/sort-cases.at | 82 +++++++++
tests/language/xforms/sample.at | 36 ++++
15 files changed, 407 insertions(+), 1065 deletions(-)
delete mode 100755 tests/command/regression.sh
delete mode 100755 tests/command/rename.sh
delete mode 100755 tests/command/roc2.sh
delete mode 100755 tests/command/sample.sh
delete mode 100755 tests/command/sort.sh
delete mode 100755 tests/command/sysfiles-old.sh
delete mode 100755 tests/command/sysfiles.sh
create mode 100644 tests/language/dictionary/rename-variables.at
rename tests/{command/regression-qr.sh => language/stats/regression.at} (95%)
mode change 100755 => 100644
rename tests/{command/reliability.sh => language/stats/reliability.at} (81%)
mode change 100755 => 100644
rename tests/{command/roc.sh => language/stats/roc.at} (54%)
mode change 100755 => 100644
create mode 100644 tests/language/stats/sort-cases.at
create mode 100644 tests/language/xforms/sample.at
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1649-g4ab3b7d,
Ben Pfaff <=