[1622] in BarnOwl Developers
[nelhage/barnowl] a2b328: tester: Report the test count at the end, not the ...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:19:02 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 17 Aug 2009 19:09:40 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: a2b3289bda0e881a65ad13f9566e0c7a3abb4e55
http://github.com/nelhage/barnowl/commit/a2b3289bda0e881a65ad13f9566e0c7a3abb4e55
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-17 (Mon, 17 Aug 2009)
Changed paths:
M filter.c
M test.h
M tester.c
Log Message:
-----------
tester: Report the test count at the end, not the beginning.
A static test count is just too much effort to maintain correct.
Commit: 8bce7509d1604b4a0f8af6f6fb6fa6af7aa8d1d1
http://github.com/nelhage/barnowl/commit/8bce7509d1604b4a0f8af6f6fb6fa6af7aa8d1d1
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-17 (Mon, 17 Aug 2009)
Changed paths:
M Makefile.am
M dict.c
M filter.c
M obarray.c
M owl.h
R test.h
M tester.c
M util.c
M variable.c
Log Message:
-----------
Move all regression tests into tester.c.
Commit: e30ed9220640c2ad03d3bb61af9c381791383f9d
http://github.com/nelhage/barnowl/commit/e30ed9220640c2ad03d3bb61af9c381791383f9d
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-17 (Mon, 17 Aug 2009)
Changed paths:
M tester.c
M util.c
Log Message:
-----------
skiptokens: Handle quotes more correctly.
This fixes ctl's bug about not being able to bind the ' key. In
addition, add some tests for skiptokens.
Commit: 14acbbd467e47a84c2bd95ceb448bc84206605d0
http://github.com/nelhage/barnowl/commit/14acbbd467e47a84c2bd95ceb448bc84206605d0
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-17 (Mon, 17 Aug 2009)
Changed paths:
M t/completion.t
Log Message:
-----------
completion.t: Don't use new_ok.
new_ok is new in 0.82. perl 5.10 only shipped with 0.72, so users are not
likely to have a Test::More that supports it.