View | Details | Raw Unified | Return to bug 17920
Collapse All | Expand All

(-)a/t/db_dependent/Sitemapper.t (-2 / +1 lines)
Lines 64-70 $db->mock( Link Here
64
    _new_schema => sub { return Schema(); }
64
    _new_schema => sub { return Schema(); }
65
);
65
);
66
66
67
my $dir = File::Spec->rel2abs( dirname(__FILE__) );
67
my $dir = File::Spec->tmpdir();
68
68
69
69
70
my $data = [
70
my $data = [
71
- 

Return to bug 17920