Changes between Initial Version and Version 12 of Ticket #1099
- Timestamp:
- 07/31/13 09:43:43 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1099
- Property Status changed from new to readytorelease
- Property Component changed from Core to Tests
- Property Summary changed from Create UnitTests for NamedItems to Create unit tests for NamedItems
- Property Priority changed from medium to high
- Property Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.9
- Property Owner changed from swagner to mkommend
-
Ticket #1099 – Description
initial v12 1 1 Every !NamedItem must have a name specified when it is created by its default ctor. If no name is specified and a user clicks in the name textbox, the error provider is triggered and it is impossible to leave the control. This behavior should be checked by a !UnitTest. 2 3 Additionally this !UnitTest must reference every !HeuristicLab plugin as well as other new !UnitTests. Therefore !UnitTests which test multiple plugins should be implemented in a special test project.