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
4e0bdbf2
Commit
4e0bdbf2
authored
Mar 05, 2008
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 419388 â 004template.t should fall back to âenâ.
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit
parent
b99dca01
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 @
4e0bdbf2
...
...
@@ -69,12 +69,12 @@ sub existOnce {
foreach
my
$lang
(
@languages
)
{
foreach
my
$file
(
@referenced_files
)
{
my
@path
=
map
(
File::
Spec
->
catfile
(
$_
,
$file
),
split
(
':'
,
$include_path
{
$lang
}));
split
(
':'
,
$include_path
{
$lang
}
.
":"
.
$include_path
{
"en"
}
));
if
(
my
$path
=
existOnce
(
@path
))
{
ok
(
1
,
"$path exists"
);
}
else
{
ok
(
0
,
"$file cannot be located --ERROR"
);
print
$fh
"Looked in:\n "
.
join
(
"\n "
,
@path
);
print
$fh
"Looked in:\n "
.
join
(
"\n "
,
@path
)
.
"\n"
;
}
}
}
...
...
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