App-Relate-Complex
view release on metacpan or search on metacpan
t/00-App-Relate-Complex.t view on Meta::CPAN
}
} # end skip -- can't create locate db
SKIP:
{ #7 - #15
# Initialize for another series of tests (working the omit filters)
my $db_loc = "$Bin/dat/slocate2";
my $db = "$db_loc/slocate.db";
my $tree = "$Bin/dat/tree2";
my $stash = "$Bin/dat/stash2/stash-not_used.yaml";
my $flh = File::Locate::Harder->new( db => undef );
my $why = '';
if ( not(
$flh->create_database( $tree, $db )
) ) {
$why = "Could not create locate database $db";
} elsif ( not( $flh->probe_db ) ) {
$why = "Can't get File::Locate::Harder to work with $db";
}
t/00-App-Relate-Complex.t view on Meta::CPAN
"$test_name: $test_case");
}
SKIP:
{ my $test_name = "Testing relate_complex method using the image selection filters";
# Initialize for another series of tests (working the jpeg filters)
my $db_loc = "$Bin/dat/slocate3";
my $db = "$db_loc/slocate.db";
my $tree = "$Bin/dat/tree3";
my $stash = "$Bin/dat/stash3/stash-not_used.yaml";
my $flh = File::Locate::Harder->new( db => undef );
my $why = '';
if ( not(
$flh->create_database( $tree, $db )
) ) {
$why = "Could not create locate database $db";
} elsif ( not( $flh->probe_db ) ) {
$why = "Can't get File::Locate::Harder to work with $db";
}
( run in 0.267 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )