From a7dcbeca4802193bee9997b71d6fc5f5bb9155aa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 3 Dec 2005 04:57:34 +0000 Subject: Bug 318571: sanitycheck.cgi should tell in which bugs some fields are incorrect - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sanitycheck.cgi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 1f3f27ddd..8863315d3 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -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']); -- cgit v1.2.3-24-g4f1b