; Scheduler Test Script File : Medium Version ; ; Load the Initialization file ; The initialization file should be blank ; load ; ; This find should fail ; find CS1704 Final Exams ; ; Now lets add the even ; add May 02 2003 4 2 CS1704 Final Exams ; ; This should find the event find CS1704 Final Exams ; ; Find with an extra space, should not work find CS1704 Fi nal Exams save ; ; Stress Test ; add January 13 2003 15 1 TA Meeting add February 16 2003 23 1 PhD Qualifier Deadline ; ; The month February should be printed with just one cross on 16th print February 0 print September 0 ; ; This remove should not work remove July 05 2003 22 2 Prepare to Leave for California add July 05 2003 22 2 Prepare to Leave for California add August 25 2003 21 3 Sisters BDay party ; ; This find should work find Prepare to Leave for California ; ; This event shouldn't get added add July 05 2003 21 3 Movie Date ; ; Check for Movie Date on 5th July print All 0 ; ;Clear and Load ; clear ; ; Load the calendar back to memory load ; print January 13 ; ; Try to print, there should be a cross on the 25th print August 0 ; ; Incorrect Adds ; ; These events should not be found find Dont Do Anything ; ; Correct adds ; add September 09 2003 15 3 Watch VT play ; ; September should show crosses on 9th print September 0 ; save ;Check if Calendar.ini is readable