+-+-+-+-+-+-+-+-+-+ By Drew Hengehold +-+-+-+-+-+-+-+-+-+ Procedure created. No errors. +-+-+-+-+-+-+-+-+-+ ========Testing num_pub_titles======== Should output the publisher name, McLeod as well at their title count, 0 +-+-+-+-+-+-+-+-+-+ The name of the publisher is McLeod The number of titles they carry is 0 PL/SQL procedure successfully completed. +-+-+-+-+-+-+-+-+-+ Should output the publisher name, Irwin as well at their title count, 1 +-+-+-+-+-+-+-+-+-+ The name of the publisher is Irwin The number of titles they carry is 1 PL/SQL procedure successfully completed. Procedure created. No errors. +-+-+-+-+-+-+-+-+-+ ========Testing print_test======== Should output the message "This is true", with : True +-+-+-+-+-+-+-+-+-+ This is true: TRUE PL/SQL procedure successfully completed. +-+-+-+-+-+-+-+-+-+ Should output the message "This is false", with : False +-+-+-+-+-+-+-+-+-+ This is false: FALSE PL/SQL procedure successfully completed. Procedure created. No errors. +-+-+-+-+-+-+-+-+-+ ========Testing title_info======== Should output "There is no match for that ISBN 123" +-+-+-+-+-+-+-+-+-+ There was no match to your ISBN number 123 PL/SQL procedure successfully completed. +-+-+-+-+-+-+-+-+-+ Should output "There was a match for that ISBN Number 9780070465329!", then it should list the title name as SPSS, quantity at 75, order point as 70 and the auto order quantity as 10 +-+-+-+-+-+-+-+-+-+ There was a match to your ISBN number 9780070465329! The title name is: SPSS The quantity is: 75 Order more when quantity is less than: 70 The amount to auto order is:10 PL/SQL procedure successfully completed.