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.
*** Bug 703 has been marked as a duplicate of this bug. ***