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

index 9aef7c9..e445d0a 100644 (file)
@@ -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 } },
     );