summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorendico%mozilla.org <>2000-07-14 09:03:48 +0200
committerendico%mozilla.org <>2000-07-14 09:03:48 +0200
commit204f658bad90994892c2a13f289c2252ee30b8c5 (patch)
tree35b1b527db74fdbe7cffbd5b48faf0193ed059cf /checksetup.pl
parent468831a60bdc2f4e87b83e2650581585c011cbd3 (diff)
downloadbugzilla-204f658bad90994892c2a13f289c2252ee30b8c5.tar.gz
bugzilla-204f658bad90994892c2a13f289c2252ee30b8c5.tar.xz
oops, remove testing cruft
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index a0d701cb4..1afd83f59 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -1554,7 +1554,7 @@ AddField('namedqueries', 'linkinfooter', 'tinyint not null');
# into.
my @resolutions = ("", "FIXED", "INVALID", "WONTFIX", "LATER", "REMIND",
- "DUPLICATE", "WORKSFORME", "MOVED", "BLAH");
+ "DUPLICATE", "WORKSFORME", "MOVED");
CheckEnumField('bugs', 'resolution', @resolutions);
my @states = ("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",