pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1196-g41ba


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1196-g41ba714
Date: Thu, 15 Apr 2010 04:45: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  41ba7141cfc3af541ef00ecc0d4c1325f7579c0f (commit)
       via  13c66bad6d4df1f3f5223d799d4bcd6ed8b0446a (commit)
      from  c0ba86336af50a4180d970a892fae3c5360fb38b (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 41ba7141cfc3af541ef00ecc0d4c1325f7579c0f
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 14 21:47:07 2010 -0700

    perl-module: Use Autotest for testing Perl.
    
    The output of the existing Perl test is difficult to understand, in my
    opinion.  When everything goes right, it prints out plenty of stuff.
    When something goes wrong, it prints more stuff, but that stuff usually
    doesn't make it clear to me what went wrong or where.
    
    Moving it into Autotest helps in two ways.  When everything goes right,
    all you get is a clear summary that says that.  When something goes wrong,
    you get clear log files that explain where.
    
    (This commit actually duplicates the Perl module tests: it makes Autotest
    copies of each of the individual tests, and Autotest also runs the
    t/Pspp.t unit test.  The former are easier to understand; the latter is
    what Perl hackers apparently expect to see.)

commit 13c66bad6d4df1f3f5223d799d4bcd6ed8b0446a
Author: Ben Pfaff <address@hidden>
Date:   Tue Apr 13 21:18:37 2010 -0700

    perl-module: Use new var_get_encoding() function.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac            |    8 +-
 perl-module/PSPP.xs     |    3 +-
 perl-module/automake.mk |    5 -
 tests/atlocal.in        |    1 +
 tests/automake.mk       |    3 +-
 tests/perl-module.at    |  757 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/testsuite.at      |    7 +
 7 files changed, 775 insertions(+), 9 deletions(-)
 create mode 100644 tests/perl-module.at


hooks/post-receive
-- 
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]