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

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Meryem 2022-11-16 15:47:04 HKT
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

*** This bug has been marked as a duplicate of bug 702 ***