perlunit-commits Mailing List for PerlUnit (Page 5)
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-06-10 15:02:52
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner In directory usw-pr-cvs1:/tmp/cvs-serv18602/lib/Test/Unit/Runner Log Message: Directory /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner added to the repository |
From: Adam S. <ada...@us...> - 2002-06-10 15:02:43
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv18546/lib/Test/Unit Modified Files: TkTestRunner.pm Log Message: clean up of code style |
From: Adam S. <ada...@us...> - 2002-06-10 10:40:08
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv29119 Modified Files: Listener.pm Log Message: pseudo-document the parameters for the listener interface |
From: Adam S. <ada...@us...> - 2002-05-23 16:28:01
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv13553/doc Modified Files: TODO Log Message: (poorly) document @TESTS and the filtering mechanism |
From: Adam S. <ada...@us...> - 2002-05-23 16:28:01
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv13553/lib/Test/Unit Modified Files: TestCase.pm Log Message: (poorly) document @TESTS and the filtering mechanism |
From: Adam S. <ada...@us...> - 2002-05-23 15:53:13
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test In directory usw-pr-cvs1:/tmp/cvs-serv2936/lib/Test Modified Files: Unit.pm Log Message: version 0.22 |
From: Adam S. <ada...@us...> - 2002-05-23 15:53:13
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv2936 Modified Files: ChangeLog Log Message: version 0.22 |
From: Adam S. <ada...@us...> - 2002-05-23 15:50:26
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv2218 Modified Files: ChangeLog Log Message: get this uptodate by merging auto-generated entries with existing ones |
From: Adam S. <ada...@us...> - 2002-05-23 15:20:01
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv25192/lib/Test/Unit Modified Files: TestSuite.pm Log Message: allow 'ALL' as a magic test name which matches all methods in this class, e.g. package MyTest37; use base qw(Test::Unit::TestCase); ... sub filter {{ skip_thirty_seven => [ 'ALL' ], slow => [ qw(test_I_am_slow test_I_am_slow_too) ], }} |
From: Adam S. <ada...@us...> - 2002-05-23 15:15:24
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv23870/t/tlib Modified Files: AssertTest.pm Log Message: assert_(str|num)(_not)?_equals now fail with undef parameters, to avoid tests passing by accident. The user should either use assert_null/assert_not_null, or check for undef before the assertion. |
From: Adam S. <ada...@us...> - 2002-05-23 15:15:24
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv23870/lib/Test/Unit Modified Files: Assert.pm Log Message: assert_(str|num)(_not)?_equals now fail with undef parameters, to avoid tests passing by accident. The user should either use assert_null/assert_not_null, or check for undef before the assertion. |
From: Adam S. <ada...@us...> - 2002-05-14 15:13:15
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv12000 Modified Files: TestCase.pm Log Message: bit more debugging |
From: Adam S. <ada...@us...> - 2002-03-26 17:18:42
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test In directory usw-pr-cvs1:/tmp/cvs-serv22271 Modified Files: Unit.pm Log Message: version 0.21 |
From: Adam S. <ada...@us...> - 2002-03-26 17:18:04
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv22074/t/tlib Modified Files: AssertTest.pm Log Message: avoid UNIVERSAL::isa, which is buggy with 5.6.0 (see perldelta) |
From: Adam S. <ada...@us...> - 2002-03-26 17:18:03
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv22074/lib/Test/Unit Modified Files: Assert.pm Log Message: avoid UNIVERSAL::isa, which is buggy with 5.6.0 (see perldelta) |
From: Adam S. <ada...@us...> - 2002-03-18 14:35:44
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv17454 Modified Files: AssertTest.pm Log Message: update boolean assertion tests for new failure message |
From: Adam S. <ada...@us...> - 2002-03-18 13:20:34
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv20469 Modified Files: TODO Log Message: do_run should be public |
From: Adam S. <ada...@us...> - 2002-03-18 13:19:31
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Assertion In directory usw-pr-cvs1:/tmp/cvs-serv20157 Modified Files: Boolean.pm Log Message: slightly nicer default assertion failure message |
From: Adam S. <ada...@us...> - 2002-03-04 14:38:16
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv2819 Modified Files: README Log Message: update the prerequisites |
From: Adam S. <ada...@us...> - 2002-03-04 14:36:49
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv7888/lib/Test/Unit Modified Files: TestCase.pm Test.pm Log Message: avoid namespace clashes in TestCase objects (thanks to jonasbn for pointing this problem out) |
From: Adam S. <ada...@us...> - 2002-02-20 18:12:01
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv29507 Modified Files: Assert.pm Log Message: reintroduce caveat about $self->assert($foo =~ /$bar/) |
From: Adam S. <ada...@us...> - 2002-02-12 15:38:16
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv12810/lib/Test/Unit Modified Files: Assert.pm Log Message: make $self->assert([1]); work |
From: Adam S. <ada...@us...> - 2002-02-12 15:38:15
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv12810/t/tlib Modified Files: AssertTest.pm Log Message: make $self->assert([1]); work |
From: Adam S. <ada...@us...> - 2002-02-05 17:53:38
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv20407/lib/Test/Unit Modified Files: Assert.pm Log Message: assert_deep_equals takes references 'A' and 'B', not 'got' and 'expected' |
From: Adam S. <ada...@us...> - 2002-02-05 17:53:38
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv20407/t/tlib Modified Files: AssertTest.pm Log Message: assert_deep_equals takes references 'A' and 'B', not 'got' and 'expected' |