Choo-Xing-Yu / pe

0 stars 0 forks source link

wrong error message (start project 0) #2

Open Choo-Xing-Yu opened 4 years ago

Choo-Xing-Yu commented 4 years ago

image.png

Command format is actually correct, it's just that the index provided is invalid. Error message should be saying that the index provided is invalid instead of invalid command format. May give the wrong idea that startproject INDEX is a wrong format

Expected: The project index provided is invalid.

Actual: Invalid command format!

nus-se-bot commented 3 years ago

Team's Response

This is a correct error message as the error message on the index is:

  1. Not a positive integer -> cannot parse -> show invalid command format.
  2. Exceeding the number of total projects -> index invalid -> show invalid index error.

    Items for the Tester to Verify

    :question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]