Lines 1364-1370
sub test_renew_all {
Link Here
|
1364 |
$msg->handle_renew_all( $server ); |
1364 |
$msg->handle_renew_all( $server ); |
1365 |
isnt( index($response, "BM" . $item_object_1->barcode), -1, "Found corrent BM for item renewed successfully" ); |
1365 |
isnt( index($response, "BM" . $item_object_1->barcode), -1, "Found corrent BM for item renewed successfully" ); |
1366 |
isnt( index($response, "BN" . $item_object_2->barcode), -1, "Found corrent BN for item not renewed" ); |
1366 |
isnt( index($response, "BN" . $item_object_2->barcode), -1, "Found corrent BN for item not renewed" ); |
1367 |
is( index($response, "C4::SIP::SIPServer" . $item_object_2->barcode), -1, "String 'C4::SIP::SIPServer' not found in reponse ( Bug 35461 )" ); |
1367 |
is( index($response, "HASH(",) -1, "String 'HASH(' not found in reponse ( Bug 35461 )" ); |
1368 |
|
1368 |
|
1369 |
} |
1369 |
} |
1370 |
|
1370 |
|
1371 |
- |
|
|