thanhduc2000 / pe

0 stars 0 forks source link

Wrong message for negative index #8

Open thanhduc2000 opened 4 years ago

thanhduc2000 commented 4 years ago

image.png

He said in the UG that we can input an index which is an integer, which consists of both negative and positive integer. However, in the message, the integer is considered as invalid.

nus-pe-bot commented 4 years ago

Team's Response

It is not allowed to delete something with a negative index since task indices are positive, so the given error and program behavior is as expected.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: The response should be accepted since the error printed out is not what it is expected from the UG since the index is a valid integer.


:question: Issue type

Team chose [type.DocumentationBug] Originally [type.FunctionalityBug]

Reason for disagreement: image.png

The error message is different from expected from UG since it accepted "integer". Should print out a message like "index does not exis" etc.

image.png


:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Low]

Reason for disagreement: [replace this with your explanation]