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

(-)a/t/db_dependent/Illrequests.t (-5 / +4 lines)
Lines 366-372 subtest 'Status Graph tests' => sub { Link Here
366
            prev_actions   => [ 'REQ', 'GENREQ' ],
366
            prev_actions   => [ 'REQ', 'GENREQ' ],
367
            id             => 'REQREV',
367
            id             => 'REQREV',
368
            name           => 'Request reverted',
368
            name           => 'Request reverted',
369
            ui_method_name => 'Revert Request',
369
            ui_method_name => 'Revert request',
370
            method         => 'cancel',
370
            method         => 'cancel',
371
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
371
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
372
            ui_method_icon => 'fa-times',
372
            ui_method_icon => 'fa-times',
Lines 478-491 subtest 'Status Graph tests' => sub { Link Here
478
            name           => 'Requested from partners',
478
            name           => 'Requested from partners',
479
            ui_method_name => 'Place request with partners',
479
            ui_method_name => 'Place request with partners',
480
            method         => 'generic_confirm',
480
            method         => 'generic_confirm',
481
            next_actions   => [ 'COMP', 'CHK' ],
481
            next_actions   => [ 'COMP', 'CHK', 'REQREV' ],
482
            ui_method_icon => 'fa-send-o',
482
            ui_method_icon => 'fa-send-o',
483
        },
483
        },
484
        REQREV => {
484
        REQREV => {
485
            prev_actions   => [ 'REQ' ],
485
            prev_actions   => [ 'REQ', 'GENREQ' ],
486
            id             => 'REQREV',
486
            id             => 'REQREV',
487
            name           => 'Request reverted',
487
            name           => 'Request reverted',
488
            ui_method_name => 'Revert Request',
488
            ui_method_name => 'Revert request',
489
            method         => 'cancel',
489
            method         => 'cancel',
490
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
490
            next_actions   => [ 'REQ', 'GENREQ', 'KILL' ],
491
            ui_method_icon => 'fa-times',
491
            ui_method_icon => 'fa-times',
492
- 

Return to bug 27542