Bug 702

Summary: The priorityStr in Priority.java should not be case sensitive
Product: CS3343_SEP_group8 Reporter: Meryem <malamikas2-c>
Component: ModelAssignee: Meryem <malamikas2-c>
Status: CONFIRMED ---    
Severity: normal    
Priority: ---    
Version: version0   
Hardware: PC   
OS: Windows   
Attachments: Test case fail

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. ***