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

(-)a/t/db_dependent/OAI/Server.t (-1 / +1 lines)
Lines 614-619 subtest 'Tests for timestamp handling' => sub { Link Here
614
        $get_no_items,
614
        $get_no_items,
615
        { GetRecord => $expected_no_items }
615
        { GetRecord => $expected_no_items }
616
    );
616
    );
617
    t::lib::Mocks::mock_preference('KohaAdminEmailAddress', 'root@localhost');
617
    test_query(
618
    test_query(
618
        'Identify - earliestDatestamp in the right format',
619
        'Identify - earliestDatestamp in the right format',
619
        { verb => 'Identify' },
620
        { verb => 'Identify' },
620
- 

Return to bug 21105