perlunit-commits Mailing List for PerlUnit (Page 6)
Status: Beta
Brought to you by:
mca1001
This list is closed, nobody may subscribe to it.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(39) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(11) |
Feb
(7) |
Mar
(8) |
Apr
|
May
(9) |
Jun
(44) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(2) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(11) |
Aug
(15) |
Sep
|
Oct
(19) |
Nov
(1) |
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(7) |
Nov
(5) |
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Adam S. <ada...@us...> - 2002-02-04 21:17:59
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv14479/t/tlib Modified Files: AllTests.pm AssertTest.pm Added Files: ExceptionChecker.pm TestObject.pm WillDie.pm Log Message: - factor out exception checking into ExceptionChecker - move TestObject class into separate file - tests for test-case methods which die ( they pass but I am still getting funny results from my real-world test-cases )-: |
From: Adam S. <ada...@us...> - 2002-02-04 20:35:42
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv1729/doc Modified Files: TODO Log Message: @TESTS needs testing |
From: Adam S. <ada...@us...> - 2002-01-29 17:59:07
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv15174/lib/Test/Unit Modified Files: TkTestRunner.pm Runner.pm HarnessUnit.pm Log Message: factor create_test_result |
From: Adam S. <ada...@us...> - 2002-01-29 16:36:20
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv24007/t/tlib Modified Files: AssertTest.pm Log Message: - new assert_deep_equals for comparing deep structures, mostly ripped out of Test::More - some tests weren't getting run because of identical hash keys when I should have been using arrays (doh!) |
From: Adam S. <ada...@us...> - 2002-01-29 16:36:20
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv24007/lib/Test/Unit Modified Files: Assert.pm Log Message: - new assert_deep_equals for comparing deep structures, mostly ripped out of Test::More - some tests weren't getting run because of identical hash keys when I should have been using arrays (doh!) |
From: Adam S. <ada...@us...> - 2002-01-23 14:31:58
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv2591 Modified Files: TODO Log Message: need to document @TESTS |
From: Adam S. <ada...@us...> - 2002-01-09 20:02:16
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv31460 Modified Files: TestRunner.pm Log Message: missed a rename from output() to annotations() |
From: Adam S. <ada...@us...> - 2002-01-08 19:21:51
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv3119/t/tlib Modified Files: AssertTest.pm Log Message: - Fix breakage where coderef assertions were not failing. Coderef assertions are now expected to throw Test::Unit::Failures ($self->fail() is a convenient way of doing this; see updated docs). - New tests for assert(). - New multi_assert() for using multiple argument sets with one assertion (plus tests). - New assert_raises() for asserting that a coderef raises a particular class of exception (plus tests). |
From: Adam S. <ada...@us...> - 2002-01-08 19:21:51
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv3119/lib/Test/Unit Modified Files: Assert.pm Log Message: - Fix breakage where coderef assertions were not failing. Coderef assertions are now expected to throw Test::Unit::Failures ($self->fail() is a convenient way of doing this; see updated docs). - New tests for assert(). - New multi_assert() for using multiple argument sets with one assertion (plus tests). - New assert_raises() for asserting that a coderef raises a particular class of exception (plus tests). |
From: Adam S. <ada...@us...> - 2002-01-08 19:21:50
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv3119 Modified Files: MANIFEST Log Message: - Fix breakage where coderef assertions were not failing. Coderef assertions are now expected to throw Test::Unit::Failures ($self->fail() is a convenient way of doing this; see updated docs). - New tests for assert(). - New multi_assert() for using multiple argument sets with one assertion (plus tests). - New assert_raises() for asserting that a coderef raises a particular class of exception (plus tests). |
From: Adam S. <ada...@us...> - 2002-01-08 19:21:50
|
Update of /cvsroot/perlunit/src/Test-Unit/t In directory usw-pr-cvs1:/tmp/cvs-serv3119/t Modified Files: assert.t Log Message: - Fix breakage where coderef assertions were not failing. Coderef assertions are now expected to throw Test::Unit::Failures ($self->fail() is a convenient way of doing this; see updated docs). - New tests for assert(). - New multi_assert() for using multiple argument sets with one assertion (plus tests). - New assert_raises() for asserting that a coderef raises a particular class of exception (plus tests). |
From: Adam S. <ada...@us...> - 2002-01-08 19:21:49
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Assertion In directory usw-pr-cvs1:/tmp/cvs-serv3119/lib/Test/Unit/Assertion Modified Files: Regexp.pm CodeRef.pm Added Files: Exception.pm Log Message: - Fix breakage where coderef assertions were not failing. Coderef assertions are now expected to throw Test::Unit::Failures ($self->fail() is a convenient way of doing this; see updated docs). - New tests for assert(). - New multi_assert() for using multiple argument sets with one assertion (plus tests). - New assert_raises() for asserting that a coderef raises a particular class of exception (plus tests). |
From: Adam S. <ada...@us...> - 2002-01-08 16:53:19
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv19285/t/tlib Modified Files: TestTest.pm Log Message: the famous scalar/regexp problem |
From: Adam S. <ada...@us...> - 2001-12-20 19:50:04
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv4094 Modified Files: Assertion.pm Log Message: whitespace |
From: Adam S. <ada...@us...> - 2001-12-19 14:06:57
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv29117 Modified Files: TestCase.pm Log Message: missed a print -> annotate change in the pod |
From: Adam S. <ada...@us...> - 2001-12-19 12:52:17
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv6753 Modified Files: AssertTest.pm Log Message: 3 more tests for ok() |
From: Adam S. <ada...@us...> - 2001-12-18 20:12:43
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv698 Modified Files: Loader.pm Log Message: fix problem with symbol tables containing symbol tables |
From: Adam S. <ada...@us...> - 2001-12-18 19:01:58
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv12847/lib/Test/Unit Modified Files: TestRunner.pm TestCase.pm Log Message: rename print() to annotate() |
From: Adam S. <ada...@us...> - 2001-12-11 18:08:22
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv22154/t/tlib Modified Files: AssertTest.pm Log Message: - Add new assert_matches() and assert_does_not_match() assertions, as requested by Matthias Ferber, and new tests for them of course. - Start testing for the correct messages in T::U::Failure objects (see check_exception()). In particular this tests that the optional MESSAGE args are processed correctly when reporting failures. - Improved behaviour of assert_equals() and assert_not_equals() with undefined parameters. - Added more stringent tests for assert_equals() and assert_not_equals(). Some of these are possibly debatable. I think the assert_equals() matrix should be retired in favour of the check_failures() style tests used to check assert_not_equals(), since the latter also check the failure message and originating file/line (added a #FIXME for this). - Fixed reversed got/expected message with $self->ok(sub { 2 + 2 }, 4); Spotted this as a bonus of the new check_exception(), yay. |
From: Adam S. <ada...@us...> - 2001-12-11 18:08:21
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv22154/lib/Test/Unit Modified Files: Assert.pm Log Message: - Add new assert_matches() and assert_does_not_match() assertions, as requested by Matthias Ferber, and new tests for them of course. - Start testing for the correct messages in T::U::Failure objects (see check_exception()). In particular this tests that the optional MESSAGE args are processed correctly when reporting failures. - Improved behaviour of assert_equals() and assert_not_equals() with undefined parameters. - Added more stringent tests for assert_equals() and assert_not_equals(). Some of these are possibly debatable. I think the assert_equals() matrix should be retired in favour of the check_failures() style tests used to check assert_not_equals(), since the latter also check the failure message and originating file/line (added a #FIXME for this). - Fixed reversed got/expected message with $self->ok(sub { 2 + 2 }, 4); Spotted this as a bonus of the new check_exception(), yay. |
From: Adam S. <ada...@us...> - 2001-12-11 15:23:13
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv5770/lib/Test/Unit Modified Files: TestRunner.pm Log Message: autoflush TestRunner's output stream |
From: Adam S. <ada...@us...> - 2001-12-11 15:18:12
|
Update of /cvsroot/perlunit/src/Test-Unit/t In directory usw-pr-cvs1:/tmp/cvs-serv5770/t Modified Files: try_examples.t Log Message: autoflush TestRunner's output stream |
From: Adam S. <ada...@us...> - 2001-12-07 18:18:22
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv7793 Modified Files: TestRunner.pm Log Message: Don't need that \n *either*. Doh! |
From: Adam S. <ada...@us...> - 2001-12-07 18:15:16
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv7018 Modified Files: TestRunner.pm Log Message: don't need that \n either |
From: Adam S. <ada...@us...> - 2001-12-06 17:25:30
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv25154 Modified Files: TestCase.pm Log Message: document print() |