[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-1455-gf007
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1455-gf007af8 |
Date: |
Tue, 10 Aug 2010 05:04:10 +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 f007af858fef482c8ee35dc68e183481330d9181 (commit)
via e8fd580aad21c96e31bb39d60827b406c42e8db6 (commit)
via 21fb7a8d5db50ca2a902e0f1d1bfd96fdac69031 (commit)
via e05ae8e87fdc4eb8a7d7172a9a08950387e8be05 (commit)
via d2fa1dd58c7e52ccbae9032e131ea2c1916df688 (commit)
via 8a0907d063f62c262485b26093ae56450197bb86 (commit)
from fcb75da3200f19842a2eb12ca00063a727a226fd (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 f007af858fef482c8ee35dc68e183481330d9181
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 22:36:21 2010 -0700
tests: Ignore testsuite.at since it is now a generated file.
commit e8fd580aad21c96e31bb39d60827b406c42e8db6
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 22:34:11 2010 -0700
COUNT: Convert tests to use Autotest.
commit 21fb7a8d5db50ca2a902e0f1d1bfd96fdac69031
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 22:34:48 2010 -0700
BEGIN DATA: Convert tests to use Autotest.
commit e05ae8e87fdc4eb8a7d7172a9a08950387e8be05
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 22:16:05 2010 -0700
ADD FILES: Convert testsuite to use Autotest.
commit d2fa1dd58c7e52ccbae9032e131ea2c1916df688
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 22:35:37 2010 -0700
tests: Rewrite attributes tests to use Autotest.
commit 8a0907d063f62c262485b26093ae56450197bb86
Author: Ben Pfaff <address@hidden>
Date: Sun Aug 8 16:32:08 2010 -0700
SET: Add test to avoid regression on bug #30682.
-----------------------------------------------------------------------
Summary of changes:
tests/.gitignore | 1 +
tests/automake.mk | 9 +-
tests/command/add-files.sh | 200 -------------------------------
tests/command/attributes.sh | 133 --------------------
tests/command/beg-data.sh | 125 -------------------
tests/command/count.sh | 151 -----------------------
tests/language/data-io/add-files.at | 110 +++++++++++++++++
tests/language/data-io/data-reader.at | 64 ++++++++++
tests/language/dictionary/attributes.at | 66 ++++++++++
tests/language/utilities/set.at | 22 ++++
tests/language/xforms/count.at | 69 +++++++++++
11 files changed, 337 insertions(+), 613 deletions(-)
delete mode 100755 tests/command/add-files.sh
delete mode 100755 tests/command/attributes.sh
delete mode 100755 tests/command/beg-data.sh
delete mode 100755 tests/command/count.sh
create mode 100644 tests/language/data-io/add-files.at
create mode 100644 tests/language/data-io/data-reader.at
create mode 100644 tests/language/dictionary/attributes.at
create mode 100644 tests/language/utilities/set.at
create mode 100644 tests/language/xforms/count.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-1455-gf007af8,
Ben Pfaff <=