~milezv/fusqlfs/master

« back to all changes in this revision

Viewing changes to lib/FusqlFS/Backend/MySQL/Test.pm

  • Committer: Konstantin Stepanov
  • Date: 2013-02-23 00:56:59 UTC
  • Revision ID: git-v1:5b3de9b988e08d31b9e6a4970c7ea6b21f05c437
Tests: use native formatter

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    $dbh->disconnect;
24
24
 
25
25
    use FusqlFS::Backend::MySQL;
26
 
    $fusqlh = FusqlFS::Backend::MySQL->new(host => '', port => '', database => 'fusqlfs_test', user => 'root', password => '');
 
26
    $fusqlh = FusqlFS::Backend::MySQL->new(host => '', port => '', database => 'fusqlfs_test', user => 'root', password => '', format => 'native');
27
27
}
28
28
 
29
29
sub tear_down