Ticket #4577 (closed: fixed)
Muon Analysis Interface - throws bad lexical cast on nonsensical "Load run" input
Reported by: | Peter Parker | Owned by: | Peter Parker |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description
To reproduce:
- Open Muon Analysis tab
- Type "776688-n7788" or other such incorrect range string into the Load run field.
Observe an unreported exception. (bad lexical cast)
Change History
comment:3 Changed 9 years ago by Peter Parker
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Note: See
TracTickets for help on using
tickets.
Refs #4577. Cover case where FindRuns was throwing bad lexical cast.
Covered case using regex. Added a couple more assertions to unit test.