~kfader/mvhub/pages.t-too-slow

« back to all changes in this revision

Viewing changes to lib-mvhub/t/Utils/DB/get_data_source.t

mergedĀ lp:~fallaby/mvhub/remove_begin_block_578482

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
use Test::More tests => 5;
7
7
 
8
 
BEGIN {
9
 
    use FindBin qw($Bin);
10
 
    chdir $Bin;
11
 
}
12
 
 
13
8
use MVHub::Utils::DB qw/get_data_source/;
14
9
use MVHub::Utils::ConfigSimple qw/create_config_from/;
15
10