Skip to content

Commit

Permalink
Created test file for deletion of tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
keanecjy committed Aug 17, 2020
1 parent 3d8b37b commit bdef87c
Showing 1 changed file with 38 additions and 14 deletions.
52 changes: 38 additions & 14 deletions text-ui-test/EXPECTED.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,66 @@ What can I do for you?

----------------------------------------------------------
Got it. I've added this task:
[T][✘] borrow book
[D][✘] test1 (by: 2pm)
Now you have 3 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
OOPS!!! The description of a todo cannot be empty.
Got it. I've added this task:
[E][✘] test (at: not sure :<)
Now you have 4 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
OOPS!!! Deadline of task is not specified
Got it. I've added this task:
[D][✘] test2 (by: 3pm)
Now you have 5 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
OOPS!!! Duration of event is not specified
Got it. I've added this task:
[D][✘] test3 (by: 4pm)
Now you have 6 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
Got it. I've added this task:
[D][✘] test (by: 2pm)
Now you have 4 tasks in the list.
Nice! I've marked this task as done:
[D][✓] return book (by: Sunday)
----------------------------------------------------------

----------------------------------------------------------
Got it. I've added this task:
[E][✘] test (at: not sure :<)
Now you have 5 tasks in the list.
Nice! I've marked this task as done:
[E][✓] project meeting (at: Mon 2-4pm)
----------------------------------------------------------

----------------------------------------------------------
Nice! I've marked this task as done:
Here are the tasks in your list:
1.[D][✓] return book (by: Sunday)
2.[E][✓] project meeting (at: Mon 2-4pm)
3.[D][✘] test1 (by: 2pm)
4.[E][✘] test (at: not sure :<)
5.[D][✘] test2 (by: 3pm)
6.[D][✘] test3 (by: 4pm)
----------------------------------------------------------

----------------------------------------------------------
Noted. I've removed this task:
[D][✓] return book (by: Sunday)
Now you have 5 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
Nice! I've marked this task as done:
[E][✓] project meeting (at: Mon 2-4pm)
Noted. I've removed this task:
[D][✘] test1 (by: 2pm)
Now you have 4 tasks in the list.
----------------------------------------------------------

----------------------------------------------------------
Here are the tasks in your list:
1.[E][✓] project meeting (at: Mon 2-4pm)
2.[E][✘] test (at: not sure :<)
3.[D][✘] test2 (by: 3pm)
4.[D][✘] test3 (by: 4pm)
----------------------------------------------------------

----------------------------------------------------------
Expand All @@ -58,4 +82,4 @@ What can I do for you?

----------------------------------------------------------
Bye. Hope to see you again soon!
----------------------------------------------------------
----------------------------------------------------------

0 comments on commit bdef87c

Please sign in to comment.