From: Kevin <ke...@dr...> - 2006-05-22 19:56:19
|
Miles said: > I ran the script run_all.php just a few minutes ago and came up with > five errors. Should this be run every time there is a snapshot? Or run > again these errors are fixed if they are indeed problems? > > Below are the errors: > > Fail: miscitemreformattc -> testtitlequot -> True assertion got False > at line [29] This is a placeholder test, it will always fail until I write the code to make it pass. > Fail: timeconverttestcase -> testdcdateboingphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144623902] by > 1144623903 at line [29] > > Fail: timeconverttestcase -> testdcdateengadgetphp -> Equal > expectation fails because [Integer: -1] differs from [Integer: > 1144408775] by 1144408776 at line [38] > > Fail: timeconverttestcase -> testissuedmombphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144440060] by > 1144440061 at line [46] > > Fail: timeconverttestcase -> testissuedorphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144427127] by > 1144427128 at line [55] All these tests check strtotime() to make sure it can parse different formats of RSS timestamps I've seen. You're using php 4.something, right? These pass for me on php 5.0.x. Od= d. --=20 Kevin |