You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit date
edit_event --end "19/11/2019 00:00"
Should not be a valid command. The toast at the top screen shows “Events edited: “
Even though it should not be a valid command as an index is not provided
edit_event 0 --end "19/11/2019 00:00"
Should not be a valid command. The event’s end date is still before the event’s start date. And should not be allowed to edit the task’s end date to be before the start date.
edit_event 0 --remind "18/11/2019 00:00"
Should not be a valid command. Reminder should not be after the event’s add date.
doesn't make sense for end date to before start date
and reminder date to be after everything
Issue with edit_event: No indexes should throw CommandException
Issue with EventSource: Should not allow creation of events with end/remind date before start date.
Edit date
edit_event --end "19/11/2019 00:00"
Should not be a valid command. The toast at the top screen shows “Events edited: “
Even though it should not be a valid command as an index is not provided
edit_event 0 --end "19/11/2019 00:00"
Should not be a valid command. The event’s end date is still before the event’s start date. And should not be allowed to edit the task’s end date to be before the start date.
edit_event 0 --remind "18/11/2019 00:00"
Should not be a valid command. Reminder should not be after the event’s add date.
doesn't make sense for end date to before start date
and reminder date to be after everything
[original: kwekke/ped#2]
The text was updated successfully, but these errors were encountered: