projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f928c96
)
Set NLS_LANG so we have a predictable date format when using MON
Johannes Plunien [Fri, 8 May 2009 08:30:20 +0000 (08:30 +0000)]
t/73oracle_inflate.t
patch
|
blob
|
blame
|
history
diff --git
a/t/73oracle_inflate.t
b/t/73oracle_inflate.t
index
20e7089
..
22e1d62
100644
(file)
--- a/
t/73oracle_inflate.t
+++ b/
t/73oracle_inflate.t
@@
-23,6
+23,7
@@
else {
# DateTime::Format::Oracle needs this set
$ENV{NLS_DATE_FORMAT} = 'DD-MON-YY';
+$ENV{NLS_LANG} = 'AMERICAN_AMERICA.WE8ISO8859P1';
my $schema = DBICTest::Schema->connect($dsn, $user, $pass);