projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f5f669a
)
create the test dir if it doesn't already exist
Tara L Andrews [Fri, 29 Aug 2014 20:02:50 +0000 (22:02 +0200)]
persistence/t/mysql_utf8.t
patch
|
blob
|
blame
|
history
diff --git
a/persistence/t/mysql_utf8.t
b/persistence/t/mysql_utf8.t
index
9aef7c9
..
e445d0a
100644
(file)
--- a/
persistence/t/mysql_utf8.t
+++ b/
persistence/t/mysql_utf8.t
@@
-28,7
+28,7
@@
foreach my $item ( @dbconnect ) {
}
my $dir = Text::Tradition::Directory->new( 'dsn' => $dsn,
- 'extra_args' => { 'user' => $user, 'password' => $pass,
+ 'extra_args' => { 'user' => $user, 'password' => $pass, 'create' => 1,
dbi_attrs => { 'mysql_enable_utf8' => 1 } },
);