Ticket #4111 (closed: fixed)
The parameter map needs to be able to be searched case insensitively
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
When asking for parameters from the parameter map you have to get the exact case correct this is just asking for trouble when you have things like EFixed,Efixed etc.
Change History
comment:3 Changed 9 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Martyn Gigg
Refs #4111 Refs #3204. The parameter map now searches case insensitively.
There was also no unit test for the ParameterMap so I have added one.
Changeset: 3f2e8d5187f377392f4f6fb3b59fc7d68213e3d4
Note: See
TracTickets for help on using
tickets.
Refs #4111 Refs #3204. The parameter map now searches case insensitively.
There was also no unit test for the ParameterMap so I have added one.