[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-1732-g1513
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1732-g151339d |
Date: |
Fri, 15 Oct 2010 04:19:23 +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 151339dd4b016e0e98c153f51d7983477255498b (commit)
via 8626dba4b37d9b07d10888daf8cef3a26e5b114c (commit)
via 018f395e7f37c988d812bdf408c2c84e55ed8678 (commit)
via 5d5de1adfffc66bac5872b18b3766bc32bf3464d (commit)
from 42f90f5cd49c722219172fa067d937d923f8e9ec (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 151339dd4b016e0e98c153f51d7983477255498b
Author: Ben Pfaff <address@hidden>
Date: Thu Oct 14 21:15:37 2010 -0700
data-in: Convert tests for time input formats to Autotest framework.
commit 8626dba4b37d9b07d10888daf8cef3a26e5b114c
Author: Ben Pfaff <address@hidden>
Date: Thu Oct 14 21:01:56 2010 -0700
data-out: Convert tests for numeric output formats to Autotest framework.
commit 018f395e7f37c988d812bdf408c2c84e55ed8678
Author: Ben Pfaff <address@hidden>
Date: Wed Oct 13 20:59:45 2010 -0700
data-in: Convert tests for date formats to Autotest framework.
commit 5d5de1adfffc66bac5872b18b3766bc32bf3464d
Author: Ben Pfaff <address@hidden>
Date: Wed Oct 13 20:26:42 2010 -0700
data-in: Convert test for numeric input formats to Autotest framework.
-----------------------------------------------------------------------
Summary of changes:
tests/automake.mk | 17 +-
tests/data/data-in.at | 3329 +++++++++++++++++++++++
tests/data/data-out.at | 218 ++
tests/{formats => data}/inexactify.c | 0
tests/{formats => data}/num-in.expected.gz | Bin 9745 -> 9745 bytes
tests/{formats => data}/num-out-cmp.pl | 0
tests/{formats => data}/num-out.expected.cmp.gz | Bin 209506 -> 209506 bytes
tests/formats/date-in.sh | 2305 ----------------
tests/formats/num-in.sh | 218 --
tests/formats/num-out-compare.pl | 133 -
tests/formats/num-out-decmp.pl | 28 -
tests/formats/num-out.pl | 41 -
tests/formats/num-out.sh | 79 -
tests/formats/time-in.sh | 986 -------
14 files changed, 3552 insertions(+), 3802 deletions(-)
rename tests/{formats => data}/inexactify.c (100%)
rename tests/{formats => data}/num-in.expected.gz (100%)
rename tests/{formats => data}/num-out-cmp.pl (100%)
rename tests/{formats => data}/num-out.expected.cmp.gz (100%)
delete mode 100755 tests/formats/date-in.sh
delete mode 100755 tests/formats/num-in.sh
delete mode 100644 tests/formats/num-out-compare.pl
delete mode 100644 tests/formats/num-out-decmp.pl
delete mode 100644 tests/formats/num-out.pl
delete mode 100755 tests/formats/num-out.sh
delete mode 100755 tests/formats/time-in.sh
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1732-g151339d,
Ben Pfaff <=