Bug 702 - The priorityStr in Priority.java should not be case sensitive
Summary: The priorityStr in Priority.java should not be case sensitive
Status: CONFIRMED
Alias: None
Product: CS3343_SEP_group8
Classification: Unclassified
Component: Model (show other bugs)
Version: version0
Hardware: PC Windows
: --- normal
Assignee: Meryem
URL:
: 703 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-11-16 15:46 HKT by Meryem
Modified: 2022-11-16 15:53 HKT (History)
0 users

See Also:


Attachments
Test case fail (15.42 KB, image/png)
2022-11-16 15:46 HKT, Meryem
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Meryem 2022-11-16 15:46:52 HKT
Created attachment 119 [details]
Test case fail

Problem location : Priority.java
Problem found : TestPriority.java

Priority.priorityStringToEnum("Slightly Urgent") refers to Priority.SLIGHT
Priority.priorityStringToEnum("slightly urgent") isn't associated to Priority.SLIGHT because the exact String 'Slightly Urgent' is not input.
Comment 1 Meryem 2022-11-16 15:53:15 HKT
*** Bug 703 has been marked as a duplicate of this bug. ***