Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Debian Lenny 5.0
Description
Hi,
During one of my test builds, one of the test cases failed, probably because of a race condition:
Doctrine_Ticket_1441_TestCase : method testTest failed on line 60
Value1: array (
0 => 'test',
1 => '2010-07-10 02:21:34',
2 => 'jwage',
)
!=
Value2: array (
0 => 'test',
1 => '2010-07-10 02:21:35',
2 => 'jwage',
)
Thanks,
Federico