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
adbc63fa
Commit
adbc63fa
authored
Feb 08, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 280807 : 004template.t miscalculates its number of checks
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
parent
2e7ff851
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
004template.t
t/004template.t
+2
-1
No files found.
t/004template.t
View file @
adbc63fa
...
@@ -38,7 +38,8 @@ use CGI qw(-no_debug);
...
@@ -38,7 +38,8 @@ use CGI qw(-no_debug);
use
File::
Spec
0.82
;
use
File::
Spec
0.82
;
use
Template
;
use
Template
;
use
Test::
More
tests
=>
(
scalar
(
@referenced_files
)
+
$num_actual_files
*
2
);
use
Test::
More
tests
=>
(
scalar
(
@referenced_files
)
*
scalar
(
@languages
)
+
$num_actual_files
*
2
);
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.
# Capture the TESTOUT from Test::More or Test::Builder for printing errors.
# This will handle verbosity for us automatically.
# This will handle verbosity for us automatically.
...
...
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