[Perl-workflow-svn] SF.net SVN: perl-workflow: [340] trunk/workflow
Brought to you by:
jonasbn
From: <jo...@us...> - 2007-09-25 20:58:11
|
Revision: 340 http://perl-workflow.svn.sourceforge.net/perl-workflow/?rev=340&view=rev Author: jonasbn Date: 2007-09-25 13:58:06 -0700 (Tue, 25 Sep 2007) Log Message: ----------- - Fixed failing tests in t/persister_dbi.t, this has only observed twice and does not seem to be consistent. This is related to execution time for the test suite and the use of now, using the debugger would demonstrate this. Resolves: https://rt.cpan.org/Public/Bug/Display.html?id=29037 # Failed test '...for 'current date' matches' # in t/TestUtil.pm at line 69. # got: '2006-07-06 21:45' # expected: '2006-07-06 21:44' t/persister_dbi....................ok 16/41 # Failed test '...for 'current date' matches' # in t/TestUtil.pm at line 69. # got: '2006-07-06 21:45' # expected: '2006-07-06 21:44' t/persister_dbi....................NOK 31 # Failed test '...for 'last update' matches' # in t/TestUtil.pm at line 69. # got: '2006-07-06 21:45' # expected: '2006-07-06 21:44' t/persister_dbi....................NOK 39 # Failed test '...for 'current date' matches' # in t/TestUtil.pm at line 69. # got: '2006-07-06 21:45' # expected: '2006-07-06 21:44' t/persister_dbi....................ok 41/41# Looks like you failed 4 tests of 41. t/persister_dbi....................dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 8, 17, 31, 39 Failed 4/41 tests, 90.24% okay - Cleaned TODO file a bit - Added Data::Dumper requirement to Build.PL Modified Paths: -------------- trunk/workflow/Build.PL trunk/workflow/Changes trunk/workflow/TODO trunk/workflow/lib/Workflow/Action/Mailer.pm trunk/workflow/t/persister_dbi.t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |