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

(-)a/t/db_dependent/ILSDI_Services.t (-1 / +1 lines)
Lines 105-110 subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes Link Here
105
    $schema->resultset( 'BorrowerAttributeType' )->delete_all;
105
    $schema->resultset( 'BorrowerAttributeType' )->delete_all;
106
    $schema->resultset( 'Category' )->delete_all;
106
    $schema->resultset( 'Category' )->delete_all;
107
    $schema->resultset( 'Item' )->delete_all; # 'Branch' deps. on this
107
    $schema->resultset( 'Item' )->delete_all; # 'Branch' deps. on this
108
    $schema->resultset( 'Club' )->delete_all;
108
    $schema->resultset( 'Branch' )->delete_all;
109
    $schema->resultset( 'Branch' )->delete_all;
109
110
110
    # Configure Koha to enable ILS-DI server and extended attributes:
111
    # Configure Koha to enable ILS-DI server and extended attributes:
111
- 

Return to bug 14385