Problem with fix for issue 3590

LATEST Official version.
Questions and discussions - NO ISSUES
FOR ISSUES => http://mantis.testlink.org

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
rtessier
TestLink user
Posts: 9
Joined: Wed Jan 20, 2010 6:31 pm

Problem with fix for issue 3590

Post by rtessier »

I checked out the fix for issue 3590, and there seems to be a problem. The code is in execSetResults.php, at line 470 (and 477) the variable will always be set to a numeric value (intval or 0), so the next condition at line 472 (and 479) will always be false.

When I look at the link in the result matrix report, the build_id shows a valid value (i.e. 149), but when I click on the link, I get a "Build is closed" page. However, if I change the lines 470 (and 477) to replace 0 with 'null', it works fine.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: Problem with fix for issue 3590

Post by fman »

please open issue on mantis, because dev team checks mantis more frequentely that forum
Post Reply