Closed (fixed)
Project:
Project issue file test
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2011 at 05:44 UTC
Updated:
5 Nov 2011 at 00:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedindeed
Comment #2
jthorson commentedPatch.
Comment #3
rfayDo we need the test on $file['message'] here? If so, shouldn't it be !empty($file['message']? But I suspect we don't need it.
I'm good with this.
Comment #4
rfayDidn't mean to mark CNW.
Comment #5
jthorson commentedThe $file['message'] was part of the original code ... as I wasn't 100% sure what removing it might affect, I simply left it there.
Comment #6
rfayI'd be in favor of fixing things when we touch them. If we can't figure out what that is, then remove it. If we *can* figure out what it is, change it to !empty()
Comment #7
jthorson commentedI'm guessing it covers the re-test case, where the test could currently be queued, but a previous result is present in $file['message'] ... in this case, the 'view test' link can is still valid even when the test is queued, since the original test result already exists on qa.d.o.
Comment #8
jthorson commentedCommitted to 6.x-2.x (930b800)
Comment #9
jthorson commented