projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa3020
)
Tell 01-OpenILS-Application.t it contains utf8
author
Dan Scott
<dscott@laurentian.ca>
Tue, 22 Oct 2013 14:15:37 +0000
(10:15 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 22 Oct 2013 14:15:37 +0000
(10:15 -0400)
'use utf8;' tells the script that it contains UTF8 characters, not
binary bytes, and resolves a test problem.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
patch
|
blob
|
history
diff --git
a/Open-ILS/src/perlmods/t/01-OpenILS-Application.t
b/Open-ILS/src/perlmods/t/01-OpenILS-Application.t
index
a4367f6
..
6b30fbb
100644
(file)
--- a/
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
+++ b/
Open-ILS/src/perlmods/t/01-OpenILS-Application.t
@@
-1,5
+1,6
@@
#!perl -T
+use utf8;
use Test::More tests => 14;
BEGIN {