Ticket #8660 (closed: fixed)
Add WorkspaceGroup to list of pairs in property::getUnmangledTypeName()
Reported by: | Jose Borreguero | Owned by: | Jose Borreguero |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.1 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description (last modified by Jose Borreguero) (diff)
The WIKI page and the QTassistant of the SassenaFFT algorithm output a barely humanly readable string for the property InputWorkspace because WorkspaceGroup is not listed as one of the pairs in property::getUnmangledTypeName()
====================================
TESTER:
- - run "make qtassistant" in the build directory, then check the SassenaFFT algorithm documentation in the MantidPlot help pages.
- run "wiki_maker.py SassenaFFT" in a terminal. The last line ouptut to STDOUT should be 'Generated wiki page is identical to that on the website'. Check the webpage to make sure that "WorkspaceGroup" is the type of the property "InputWorkspace".
====================================
Change History
comment:2 Changed 7 years ago by Jose Borreguero
- Status changed from new to inprogress
Refs #8660 inserted workspacegroup in the list
modified: Framework/Kernel/src/Property.cpp
Changeset: 42776a80174a82142ab66cb4511768953cdd4f35
comment:4 Changed 7 years ago by Jose Borreguero
TESTER:
- - run "make qtassistant" in the build directory, then check the SassenaFFT algorithm documentation in the MantidPlot help pages.
- run "wiki_maker.py SassenaFFT" in a terminal. The last line ouptut to STDOUT should be 'Generated wiki page is identical to that on the website'. Check the webpage to make sure that "WorkspaceGroup" is the type of the property "InputWorkspace".
comment:5 Changed 7 years ago by Jose Borreguero
- Status changed from inprogress to verify
- Resolution set to fixed
comment:6 Changed 7 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
comment:7 Changed 7 years ago by Andrei Savici
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/8660_unmangle_WorkspaceGroup'
Full changeset: bb15d7fb9cfbaa77cde24c461758140de52bda72
Note: See
TracTickets for help on using
tickets.