Commit 68febead authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 562329: importxml.pl shouldn't set the resolution to INVALID when a closed bug has none

r/a=LpSolit
parent 641aaea9
......@@ -958,7 +958,7 @@ sub process_bug {
$err .= "UNCONFIRMED\n";
}
}
if(!$valid_res){
elsif (!$valid_res) {
$err .= "Unknown resolution \"$resolution\".\n";
$err .= " Setting resolution to INVALID\n";
$resolution = "INVALID";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment