Commit a7dcbeca authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 318571: sanitycheck.cgi should tell in which bugs some fields are incorrect…

Bug 318571: sanitycheck.cgi should tell in which bugs some fields are incorrect - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent 9677cbec
......@@ -394,22 +394,22 @@ CrossCheck("products", "id",
# Check the former enum types -mkanat@bugzilla.org
CrossCheck("bug_status", "value",
["bugs", "bug_status"]);
["bugs", "bug_status", "bug_id"]);
CrossCheck("resolution", "value",
["bugs", "resolution"]);
["bugs", "resolution", "bug_id"]);
CrossCheck("bug_severity", "value",
["bugs", "bug_severity"]);
["bugs", "bug_severity", "bug_id"]);
CrossCheck("op_sys", "value",
["bugs", "op_sys"]);
["bugs", "op_sys", "bug_id"]);
CrossCheck("priority", "value",
["bugs", "priority"]);
["bugs", "priority", "bug_id"]);
CrossCheck("rep_platform", "value",
["bugs", "rep_platform"]);
["bugs", "rep_platform", "bug_id"]);
CrossCheck('series', 'series_id',
['series_data', 'series_id']);
......
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