[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-1716-g8482
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1716-g8482510 |
Date: |
Wed, 13 Oct 2010 04:42:12 +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 8482510637fdc3ea26fdb8ef58a5084c4caf24f3 (commit)
via d5987ef3c3a46551c699d405e523a3bc10da10c1 (commit)
via 115cddcdefcdf2139f864ece41fa87f4237b30bb (commit)
via fc4cd1371a6aa4b74901998c046f76801b5a85b1 (commit)
via 8dfdffdb40358914b09b5c0fa43c009c9352851f (commit)
from 8a8f2249d969b03d1d036d46a89c5c792518fe5e (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 8482510637fdc3ea26fdb8ef58a5084c4caf24f3
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 12 21:38:30 2010 -0700
format-guesser: Convert test to Autotest framework.
commit d5987ef3c3a46551c699d405e523a3bc10da10c1
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 12 21:19:35 2010 -0700
float-format: Convert tests to Autotest framework.
commit 115cddcdefcdf2139f864ece41fa87f4237b30bb
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 12 20:49:50 2010 -0700
data-out: Convert tests for date formats to Autotest framework.
commit fc4cd1371a6aa4b74901998c046f76801b5a85b1
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 12 20:49:15 2010 -0700
data-out: Convert tests for binary and hex formats to Autotest framework.
commit 8dfdffdb40358914b09b5c0fa43c009c9352851f
Author: Ben Pfaff <address@hidden>
Date: Tue Oct 12 20:31:48 2010 -0700
data-in: Convert BCD input tests to Autotest framework.
-----------------------------------------------------------------------
Summary of changes:
tests/automake.mk | 13 +-
tests/{formats => data}/bcd-in.expected.cmp.gz | Bin 55466 -> 55466 bytes
tests/{formats => data}/binhex-out.expected.gz | Bin 4106 -> 4106 bytes
tests/data/data-in.at | 20 ++
tests/{formats/date-out.sh => data/data-out.at} | 220 +++++++++++++-------
.../format-guesser.sh => data/format-guesser.at} | 96 ++-------
tests/formats/bcd-in.sh | 89 --------
tests/formats/binhex-out.sh | 168 ---------------
.../float-format.sh => libpspp/float-format.at} | 80 +------
9 files changed, 198 insertions(+), 488 deletions(-)
rename tests/{formats => data}/bcd-in.expected.cmp.gz (100%)
rename tests/{formats => data}/binhex-out.expected.gz (100%)
rename tests/{formats/date-out.sh => data/data-out.at} (82%)
mode change 100755 => 100644
rename tests/{formats/format-guesser.sh => data/format-guesser.at} (68%)
mode change 100755 => 100644
delete mode 100755 tests/formats/bcd-in.sh
delete mode 100755 tests/formats/binhex-out.sh
rename tests/{formats/float-format.sh => libpspp/float-format.at} (79%)
mode change 100755 => 100644
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1716-g8482510,
Ben Pfaff <=