diff --git a/.gitignore b/.gitignore index 537c42d11..92a7be86c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ src/main/resources/docs/ *.iml bin/ -/text-ui-test/ACTUAL.txt +/text-ui-test/ACTUAL.TXT /text-ui-test/data/ # model.storage.model.storage /data diff --git a/text-ui-test/ACTUAL.TXT b/text-ui-test/ACTUAL.TXT index 05541fed9..807adfce9 100644 --- a/text-ui-test/ACTUAL.TXT +++ b/text-ui-test/ACTUAL.TXT @@ -495,6 +495,22 @@ ________________________________________________________________________________ [meetings] List all scheduled meetings. [exit] Exit application. +Insert your member's timetable by following: +________________________________________________________________________________________________________________________________ +Slot entered is not of valid range. + +To edit a contact: +edit busy +edit free +________________________________________________________________________________________________________________________________ +[contacts] List all contacts. +[timetable] Display combined timetable of selected contacts. +[schedule] Schedule a new meeting. +[edit] Edit a contact's timetable. +[delete] Delete a scheduled meeting. +[meetings] List all scheduled meetings. +[exit] Exit application. + Insert your member's timetable by following: ________________________________________________________________________________________________________________________________ Today is Sat Apr 11, week 12. diff --git a/text-ui-test/EXPECTED.TXT b/text-ui-test/EXPECTED.TXT index 05541fed9..807adfce9 100644 --- a/text-ui-test/EXPECTED.TXT +++ b/text-ui-test/EXPECTED.TXT @@ -495,6 +495,22 @@ ________________________________________________________________________________ [meetings] List all scheduled meetings. [exit] Exit application. +Insert your member's timetable by following: +________________________________________________________________________________________________________________________________ +Slot entered is not of valid range. + +To edit a contact: +edit busy +edit free +________________________________________________________________________________________________________________________________ +[contacts] List all contacts. +[timetable] Display combined timetable of selected contacts. +[schedule] Schedule a new meeting. +[edit] Edit a contact's timetable. +[delete] Delete a scheduled meeting. +[meetings] List all scheduled meetings. +[exit] Exit application. + Insert your member's timetable by following: ________________________________________________________________________________________________________________________________ Today is Sat Apr 11, week 12. diff --git a/text-ui-test/input.txt b/text-ui-test/input.txt index ec2f50a61..ec10fc081 100644 --- a/text-ui-test/input.txt +++ b/text-ui-test/input.txt @@ -14,5 +14,6 @@ schedule test_meeting 15 19:00 15 22:00 schedule test_meeting2 16 19:00 16 23:30 delete 1 meetings +edit free 0 10 11:30 10 15:00 timetable exit \ No newline at end of file