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

« back to all changes in this revision

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

mergedĀ lp:~fallaby/mvhub/remove_begin_block_578482

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
use Test::NoWarnings;
8
8
use Test::Exception;
9
9
 
10
 
BEGIN {
11
 
    use FindBin qw($Bin);
12
 
    chdir $Bin;
13
 
}
14
 
 
15
10
use MVHub::Utils::DB qw/get_sql_select_statement/;
16
11
 
17
12
my $test_message;