Diagnostic improvements to better understand why lib/Benchark.t test 13 has been...
authorTodd Rinaldo <toddr@cpanel.net>
Tue, 2 Feb 2010 17:27:37 +0000 (09:27 -0800)
committerJesse Vincent <jesse@bestpractical.com>
Tue, 2 Feb 2010 17:27:37 +0000 (09:27 -0800)
commit8350df422c2af17dc86ea17dcbbe151cbc8fe6d9
tree07c5a8cf4538bcd6b6913def99086c1847132ca2
parenteeb92b76fda504cc34bcd98ba2dbc73d933c0208
Diagnostic improvements to better understand why lib/Benchark.t test 13 has been failing smoke randomly.

Fix 1: Original code tests for less than but not =. I think that if these values are the same, the test should pass. I don't know the code well enough to be 100% sure. D
Fix 2: convert ok() to cmp_ok() for better diagnostic messages from smoke tests when they happen.
Fix 3: convert print to diag() so it will properly print through harness.
lib/Benchmark.t