[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-1607-g42be
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1607-g42be6b1 |
Date: |
Thu, 30 Sep 2010 04:43:42 +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 42be6b12cf0cd00bbc726f101d9e1c6fef032f83 (commit)
via 969913f76e3ee40e76f719794a6fa001daaaf307 (commit)
via 889ab43a7bce4a4dc6e76e1ed1216deaa6770498 (commit)
via f368e65edf078d4d9073d56533f6c1780fdcc3bb (commit)
from 4399391aa1efe1cf6cbbcfde90ff52d7f88c9c40 (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 42be6b12cf0cd00bbc726f101d9e1c6fef032f83
Author: Ben Pfaff <address@hidden>
Date: Wed Sep 29 21:39:34 2010 -0700
LIST: Convert tests to use Autotest.
commit 969913f76e3ee40e76f719794a6fa001daaaf307
Author: Ben Pfaff <address@hidden>
Date: Wed Sep 29 21:31:43 2010 -0700
casereader: Fix casereader_select() with BY argument greater than 1.
This fixes the /CASES=BY subcommand on LIST. The following commit will add
a test.
commit 889ab43a7bce4a4dc6e76e1ed1216deaa6770498
Author: Ben Pfaff <address@hidden>
Date: Wed Sep 29 20:34:28 2010 -0700
DATA LIST: Convert tests for line-ends compatibility to use Autotest.
commit f368e65edf078d4d9073d56533f6c1780fdcc3bb
Author: Ben Pfaff <address@hidden>
Date: Wed Sep 29 20:30:24 2010 -0700
LAG: Convert tests to use Autotest.
-----------------------------------------------------------------------
Summary of changes:
src/data/casereader-select.c | 4 +-
tests/automake.mk | 8 +-
tests/bugs/lag_crash.sh | 81 ----------
tests/bugs/list-overflow.sh | 84 ----------
tests/command/lag.sh | 100 ------------
tests/command/line-ends.sh | 103 -------------
tests/command/list.sh | 261 --------------------------------
tests/language/data-io/data-list.at | 26 +++
tests/language/data-io/list.at | 186 +++++++++++++++++++++++
tests/language/expressions/evaluate.at | 56 +++++++
tests/list.data | 25 ---
11 files changed, 272 insertions(+), 662 deletions(-)
delete mode 100755 tests/bugs/lag_crash.sh
delete mode 100755 tests/bugs/list-overflow.sh
delete mode 100755 tests/command/lag.sh
delete mode 100755 tests/command/line-ends.sh
delete mode 100755 tests/command/list.sh
create mode 100644 tests/language/data-io/list.at
delete mode 100644 tests/list.data
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1607-g42be6b1,
Ben Pfaff <=