Created a new Run class to hold run information, logs etc. Added a test but not propagated
its use out yet. Fixed a bug in property manager, that was found here, where removeProperty would cause a crash when the manager's destructor was run since it wasn't actually removing the entry from the property map. Updated the property manager test as a result. Re #1416
Showing
- Code/Mantid/API/inc/MantidAPI/Run.h 74 additions, 0 deletionsCode/Mantid/API/inc/MantidAPI/Run.h
- Code/Mantid/API/src/Run.cpp 68 additions, 0 deletionsCode/Mantid/API/src/Run.cpp
- Code/Mantid/API/test/RunTest.h 78 additions, 0 deletionsCode/Mantid/API/test/RunTest.h
- Code/Mantid/Kernel/src/PropertyManager.cpp 4 additions, 2 deletionsCode/Mantid/Kernel/src/PropertyManager.cpp
- Code/Mantid/Kernel/test/PropertyManagerTest.h 10 additions, 0 deletionsCode/Mantid/Kernel/test/PropertyManagerTest.h
Loading
Please register or sign in to comment