Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
17a206d1
Commit
17a206d1
authored
Sep 05, 2002
by
bbaetz%student.usyd.edu.au
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 165756 - Running tests without checksetup causes failure
r=joel, jake
parent
0f9e4c38
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
9 deletions
+11
-9
Bug.pm
Bug.pm
+1
-2
Bug.pm
Bugzilla/Bug.pm
+1
-2
Search.pm
Bugzilla/Search.pm
+1
-2
move.pl
move.pl
+5
-1
xml.cgi
xml.cgi
+3
-2
No files found.
Bug.pm
View file @
17a206d1
...
...
@@ -26,8 +26,7 @@ use strict;
use
DBI
;
use
RelationSet
;
use
vars
qw($unconfirmedstate $legal_keywords)
;
require
"globals.pl"
;
require
"CGI.pl"
;
package
Bug
;
use
CGI::
Carp
qw(fatalsToBrowser)
;
my
%
ok_field
;
...
...
Bugzilla/Bug.pm
View file @
17a206d1
...
...
@@ -26,8 +26,7 @@ use strict;
use
DBI
;
use
RelationSet
;
use
vars
qw($unconfirmedstate $legal_keywords)
;
require
"globals.pl"
;
require
"CGI.pl"
;
package
Bug
;
use
CGI::
Carp
qw(fatalsToBrowser)
;
my
%
ok_field
;
...
...
Bugzilla/Search.pm
View file @
17a206d1
...
...
@@ -27,8 +27,7 @@
use
strict
;
require
"globals.pl"
;
require
"CGI.pl"
;
# The caller MUST require CGI.pl and globals.pl before using this
use
vars
qw($userid $usergroupset)
;
...
...
move.pl
View file @
17a206d1
...
...
@@ -25,8 +25,12 @@ use strict;
use
lib
qw(.)
;
use
Bug
;
require
"CGI.pl"
;
use
vars
qw($userid %COOKIE)
;
use
Bug
;
$::lockcount
=
0
;
unless
(
Param
(
"move-enabled"
)
)
{
...
...
xml.cgi
View file @
17a206d1
...
...
@@ -26,10 +26,11 @@ use strict;
use
lib
qw(.)
;
use
Bug
;
require
"CGI.pl"
;
use
vars
qw($template $vars)
;
use
Bug
;
use
vars
qw($template $vars $userid %COOKIE)
;
ConnectToDatabase
();
quietly_check_login
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment