Page 1 of 1

Problem with fix for issue 3590

Posted: Thu Aug 05, 2010 7:52 pm
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.

Re: Problem with fix for issue 3590

Posted: Fri Aug 06, 2010 4:41 pm
by fman
please open issue on mantis, because dev team checks mantis more frequentely that forum