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

(-)a/t/db_dependent/Illrequests.t (-6 / +5 lines)
Lines 298-309 subtest 'Status Graph tests' => sub { Link Here
298
            ui_method_icon => 'fa-check',
298
            ui_method_icon => 'fa-check',
299
        },
299
        },
300
        GENREQ => {
300
        GENREQ => {
301
            prev_actions   => [ 'NEW', 'REQREV' ],
301
            prev_actions   => [ 'NEW', 'REQREV', 'GENREQ' ],
302
            id             => 'GENREQ',
302
            id             => 'GENREQ',
303
            name           => 'Requested from partners',
303
            name           => 'Requested from partners',
304
            ui_method_name => 'Place request with partners',
304
            ui_method_name => 'Place request with partners',
305
            method         => 'generic_confirm',
305
            method         => 'generic_confirm',
306
            next_actions   => [ 'COMP', 'CHK' ],
306
            next_actions   => [ 'COMP', 'CHK', 'GENREQ' ],
307
            ui_method_icon => 'fa-send-o',
307
            ui_method_icon => 'fa-send-o',
308
        },
308
        },
309
        REQREV => {
309
        REQREV => {
Lines 417-428 subtest 'Status Graph tests' => sub { Link Here
417
            ui_method_icon => 'fa-check',
417
            ui_method_icon => 'fa-check',
418
        },
418
        },
419
        GENREQ => {
419
        GENREQ => {
420
            prev_actions   => [ 'NEW', 'REQREV' ],
420
            prev_actions   => [ 'NEW', 'REQREV', 'GENREQ' ],
421
            id             => 'GENREQ',
421
            id             => 'GENREQ',
422
            name           => 'Requested from partners',
422
            name           => 'Requested from partners',
423
            ui_method_name => 'Place request with partners',
423
            ui_method_name => 'Place request with partners',
424
            method         => 'generic_confirm',
424
            method         => 'generic_confirm',
425
            next_actions   => [ 'COMP', 'CHK' ],
425
            next_actions   => [ 'COMP', 'CHK', 'GENREQ' ],
426
            ui_method_icon => 'fa-send-o',
426
            ui_method_icon => 'fa-send-o',
427
        },
427
        },
428
        REQREV => {
428
        REQREV => {
Lines 1400-1406 subtest 'Checking Limits' => sub { Link Here
1400
1400
1401
subtest 'Custom statuses' => sub {
1401
subtest 'Custom statuses' => sub {
1402
1402
1403
    plan tests => 3;
1403
    plan tests => 5;
1404
1404
1405
    $schema->storage->txn_begin;
1405
    $schema->storage->txn_begin;
1406
1406
1407
- 

Return to bug 22531