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

(-)a/xt/api.t (-7 / +6 lines)
Lines 203-214 subtest 'maxlength + enum' => sub { Link Here
203
    my $def_map = {
203
    my $def_map = {
204
204
205
        # api def => schema
205
        # api def => schema
206
        item                => 'Item',
206
        erm_agreement   => 'ErmAgreement' erm_eholdings_title => 'ErmEholdingsTitle',
207
        library             => 'Branch',
207
        item            => 'Item',
208
        patron              => 'Borrower',
208
        library         => 'Branch',
209
        patron_category     => 'Category',
209
        patron          => 'Borrower',
210
        vendor              => 'Aqbookseller',
210
        patron_category => 'Category',
211
        erm_eholdings_title => 'ErmEholdingsTitle'
211
        vendor          => 'Aqbookseller',
212
    };
212
    };
213
    plan tests => scalar keys %$def_map;
213
    plan tests => scalar keys %$def_map;
214
    my $schema = Koha::Database->new->schema;
214
    my $schema = Koha::Database->new->schema;
215
- 

Return to bug 40512