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-1601-ge96a


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1601-ge96a749
Date: Wed, 29 Sep 2010 04:33:04 +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  e96a749436bacd96c2f0b3e45529c9260a71f187 (commit)
       via  3200baec7fce8b9b1854d46b83c8698852496508 (commit)
       via  e25c57860682ec882157b87603f8103957e840bc (commit)
       via  0853dd47066b6bfbfe8377adb146394e15926811 (commit)
      from  ba05dffdad5259167ce989181710b2ea10801955 (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 e96a749436bacd96c2f0b3e45529c9260a71f187
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 28 21:32:25 2010 -0700

    tests: Merge the four GET DATA /TYPE=PSQL tests into a single one.
    
    This saves about 30 seconds on my laptop, so it seems worth it, even though
    it combines tests that might better be separated.

commit 3200baec7fce8b9b1854d46b83c8698852496508
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 28 21:31:07 2010 -0700

    tests: Fix typo in GET DATA /TYPE=TXT test.
    
    Not capitalizing the at_ in AT_BANNER apparently just kept the banner
    from appearing and didn't seem to cause other problems.

commit e25c57860682ec882157b87603f8103957e840bc
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 28 21:30:20 2010 -0700

    INSERT: Convert tests to use Autotest.

commit 0853dd47066b6bfbfe8377adb146394e15926811
Author: Ben Pfaff <address@hidden>
Date:   Tue Sep 28 21:19:59 2010 -0700

    syntax-file: Open syntax files immediately, instead of delaying.
    
    Until now, syntax files have been opened only when the first line needs to
    be read.  This commit changes behavior to open syntax files as soon as the
    syntax file source is created.
    
    This fixes the behavior INSERT CD=YES when a relative file path is
    specified.  Without this commit, INSERT checks that the file exists, then
    it creates the syntax file source, then it chdirs into the syntax file's
    directory, and then the syntax file source tries to open the file, which
    fails because the relative path is no longer correct.  With this commit,
    the file gets opened before the chdir, so it succeeds.
    
    The following commit will add a test to prevent regression.

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

Summary of changes:
 src/language/syntax-file.c              |   14 +-
 tests/automake.mk                       |    2 +-
 tests/command/insert.sh                 |  274 -------------------------------
 tests/language/data-io/get-data-psql.at |   30 ++--
 tests/language/data-io/get-data-txt.at  |    2 +-
 tests/language/utilities/insert.at      |  163 ++++++++++++++++++
 6 files changed, 180 insertions(+), 305 deletions(-)
 delete mode 100755 tests/command/insert.sh
 create mode 100644 tests/language/utilities/insert.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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