https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30484
Andrew Isherwood <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #7 from Andrew Isherwood <[email protected]> --- TEST PLAN: This test plan tests the provided functionality by using a mocked update supplied by the FreeForm backend. The command line script is run which will look for requests that match the supplied criteria, obtain a mocked update from them, and process the update. The processor simply prints the message supplied in the update to the screen. - Ensure you have Interlibrary Loans turned on and have the FreeForm backend installed. It is important you are using the "bug_30484_mock_request_update" branch of the FreeForm backend as this enables the backend to provide mock updates that this functionality uses. - Create a FreeForm ILL request - On the "Manage ILL request" page for the newly created request, click the "Confirm request" button, thereby setting the request status to "Requested" - Run the script, in the "misc" directory, run: perl process_ill_updates.pl --statuses REQ --backend FreeForm - TEST: You should see the following: - The message "This is a mock update from the FreeForm backend" - The following run report: Run details: Request ID: xxx Processing by: FreeForm Number of processors run: 1 Processor details: Processor name: Print to STDERR Success messages: PRINTED Error messages: - If the above messages were printed, the test plan can be considered successful. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
