Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 12 of Ticket #1099


Ignore:
Timestamp:
07/31/13 09:43:43 (11 years ago)
Author:
abeham
Comment:

Change looks good. I removed the outdated unit test reference parts of the ticket description.

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  
    11Every !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.