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
6c78da47
Commit
6c78da47
authored
Oct 13, 2001
by
jake%acutex.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
If a template doesn't exist, this should be considered a compile failure.
No review needed for tests at this time. NOT PART OF BUILD
parent
9efb4a41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
004template.t
t/004template.t
+2
-2
No files found.
t/004template.t
View file @
6c78da47
...
...
@@ -42,7 +42,7 @@ foreach my $file(@testitems) {
if
(
-
e
$include_path
.
"/"
.
$file
)
{
ok
(
1
,
"$file exists"
);
}
else
{
ok
(
0
,
"$file does not exist"
);
ok
(
0
,
"$file does not exist
--ERROR
"
);
}
}
...
...
@@ -58,7 +58,7 @@ foreach my $file(@testitems) {
if
(
$template
->
process
(
$file
))
{
ok
(
1
,
"$file syntax ok"
);
}
else
{
ok
(
0
,
"$file has bad syntax"
);
ok
(
0
,
"$file has bad syntax
--ERROR
"
);
}
}
open
STDOUT
,
">&SAVEOUT"
;
# redirect back to original stream
...
...
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