perlunit-commits Mailing List for PerlUnit (Page 4)
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-14 10:32:41
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv22831 Modified Files: ChangeLog Log Message: new stuff for 0.24 |
From: Adam S. <ada...@us...> - 2002-06-14 10:29:18
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv21845 Modified Files: MANIFEST Log Message: 'make manifest' revealed more missing files, though none of them crucial |
From: Adam S. <ada...@us...> - 2002-06-14 10:28:18
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv21577 Modified Files: AUTHORS Log Message: change Adam's email address |
From: Adam S. <ada...@us...> - 2002-06-14 10:24:31
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv20443/lib/Test/Unit Modified Files: TestRunner.pm Log Message: Don't die if the run was unsuccessful; we might want to reuse the runner for another run. |
From: Adam S. <ada...@us...> - 2002-06-14 10:23:37
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv20169 Modified Files: MANIFEST Log Message: argh! 0.23's MANIFEST was missing several crucial files. |
From: Adam S. <ada...@us...> - 2002-06-13 17:06:59
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner In directory usw-pr-cvs1:/tmp/cvs-serv17825 Modified Files: Terminal.pm Log Message: forgot to update the pod |
From: Adam S. <ada...@us...> - 2002-06-13 16:06:05
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv18535 Modified Files: .cvsignore Log Message: ignore tarballs |
From: Adam S. <ada...@us...> - 2002-06-13 15:53:56
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv11637 Modified Files: release-checklist Log Message: typo |
From: Adam S. <ada...@us...> - 2002-06-13 15:53:16
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv11289/doc Modified Files: release-checklist Log Message: cut down on the poor maintainer's workload |
From: Adam S. <ada...@us...> - 2002-06-13 15:53:16
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv11289 Modified Files: README Log Message: cut down on the poor maintainer's workload |
From: Adam S. <ada...@us...> - 2002-06-13 15:49:51
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv9572 Modified Files: Changes Log Message: deprecate this file |
From: Adam S. <ada...@us...> - 2002-06-13 15:47:57
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv8698 Modified Files: ChangeLog Log Message: new stuff for 0.23 |
From: Adam S. <ada...@us...> - 2002-06-13 15:45:32
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test In directory usw-pr-cvs1:/tmp/cvs-serv7502 Modified Files: Unit.pm Log Message: version 0.23 |
From: Adam S. <ada...@us...> - 2002-06-13 15:45:16
|
Update of /cvsroot/perlunit/src/Test-Unit/doc In directory usw-pr-cvs1:/tmp/cvs-serv7333 Modified Files: TODO Log Message: mention that Attribute::Handlers probably won't work |
From: Adam S. <ada...@us...> - 2002-06-13 15:42:53
|
Update of /cvsroot/perlunit/src/Test-Unit/t/tlib In directory usw-pr-cvs1:/tmp/cvs-serv6260/t/tlib Modified Files: TestTest.pm Log Message: Rework the exception handling mechanisms of run_protected/run_bare so that run-time exceptions in set_up or tear_down no longer halt the framework, and neither do user-defined exceptions thrown in the test methods themselves (where the framework only used to handle straight-forward exceptions where $@ was a scalar, I think). Some assumptions about Error.pm internals have had to be made, unfortunately. |
From: Adam S. <ada...@us...> - 2002-06-13 15:42:53
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv6260/lib/Test/Unit Modified Files: Error.pm Exception.pm Result.pm TestCase.pm Log Message: Rework the exception handling mechanisms of run_protected/run_bare so that run-time exceptions in set_up or tear_down no longer halt the framework, and neither do user-defined exceptions thrown in the test methods themselves (where the framework only used to handle straight-forward exceptions where $@ was a scalar, I think). Some assumptions about Error.pm internals have had to be made, unfortunately. |
From: Adam S. <ada...@us...> - 2002-06-13 15:33:31
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv1830/lib/Test/Unit Modified Files: Procedural.pm Log Message: remove spurious 'use' line |
From: Adam S. <ada...@us...> - 2002-06-12 13:56:41
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv774 Modified Files: Debug.pm Log Message: allow debugging to a file with debug_to_file |
From: Adam S. <ada...@us...> - 2002-06-10 16:48:14
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner In directory usw-pr-cvs1:/tmp/cvs-serv26804 Modified Files: Terminal.pm Log Message: use \e[4A\r instead of \e[4F, which not all terminals support |
From: Adam S. <ada...@us...> - 2002-06-10 15:45:38
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner In directory usw-pr-cvs1:/tmp/cvs-serv1089 Modified Files: Terminal.pm Log Message: Ahem. Forgot to change package name. |
From: Adam S. <ada...@us...> - 2002-06-10 15:19:02
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv24550 Modified Files: TkTestRunner.pm Log Message: check that something is selected when the user clicks 'Show...' |
From: Adam S. <ada...@us...> - 2002-06-10 15:16:06
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv23434 Modified Files: TkTestRunner.pm Log Message: disable broken rerun button |
From: Adam S. <ada...@us...> - 2002-06-10 15:12:09
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv22078 Modified Files: MANIFEST Log Message: - new start_suite/end_suite events sent to listeners, to track where current test is in the suite hierarchy ($runner->suites_running) - new T::U::Runner::Terminal runner which uses terminal escape sequences to show which suites/tests are currently being run - result object now stored in the runner |
From: Adam S. <ada...@us...> - 2002-06-10 15:12:08
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit In directory usw-pr-cvs1:/tmp/cvs-serv22078/lib/Test/Unit Modified Files: TestSuite.pm TestRunner.pm Runner.pm Listener.pm Log Message: - new start_suite/end_suite events sent to listeners, to track where current test is in the suite hierarchy ($runner->suites_running) - new T::U::Runner::Terminal runner which uses terminal escape sequences to show which suites/tests are currently being run - result object now stored in the runner |
From: Adam S. <ada...@us...> - 2002-06-10 15:12:08
|
Update of /cvsroot/perlunit/src/Test-Unit/lib/Test/Unit/Runner In directory usw-pr-cvs1:/tmp/cvs-serv22078/lib/Test/Unit/Runner Added Files: Terminal.pm Log Message: - new start_suite/end_suite events sent to listeners, to track where current test is in the suite hierarchy ($runner->suites_running) - new T::U::Runner::Terminal runner which uses terminal escape sequences to show which suites/tests are currently being run - result object now stored in the runner |