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
709a4c03
Commit
709a4c03
authored
Dec 01, 2001
by
jake%acutex.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get the file list of files to scan for templates from Support::Files instead of glob('*')
parent
8ea8a884
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Templates.pm
t/Support/Templates.pm
+3
-1
No files found.
t/Support/Templates.pm
View file @
709a4c03
...
...
@@ -22,12 +22,14 @@
package
Support::
Templates
;
use
Support::
Files
;
$include_path
=
"template/default"
;
# Scan Bugzilla's code looking for templates used and put them
# in the @testitems array to be used by the template.t test.
my
@files
=
glob
(
'*'
)
;
my
@files
=
@
Support::Files::
testitems
;
my
%
t
;
foreach
my
$file
(
@files
)
{
...
...
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