Ticket #733 (closed: fixed)
Inconsistent case (in)sensitivity in ADS entries
Reported by: | Russell Taylor | Owned by: | Steve Williams |
---|---|---|---|
Priority: | major | Milestone: | Iteration 19 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Try the following:
- Run LoadRaw to give an output workspace called, e.g. LOQ48094.
- Run another algorithm, e.g. ConvertUnits, which replaces that workspace with one of the same name, but in lower case: loq48094
- There's still only one workspace showing in the Workspaces window
- But call up an algorithm dialog and you'll see two entries - the lower and upper case workspaces
Change History
comment:2 Changed 11 years ago by Steve Williams
- Status changed from new to assigned
Discussed this with Nick the ADS should be case insensitive, I'll make sure that when workspaces are passed to the ADS the names are converted to lower case.
comment:3 Changed 11 years ago by Steve Williams
(In [3014]) ADS and other DataService searches are now case insensitive although the names are stored in lower and upper case, the case used the first time you add the name is retained even if you write to the same name with a different pattern of upper and lower case letters. Matlab workspaces2D workspaces are now supported. Some bug fixes to finding bad detectors. refs #733 and #769 and #590
Note: See
TracTickets for help on using
tickets.