Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 17:39:41 (5 years ago)
Author:
gkronber
Message:

#2520: several fixes based on failing unit tests

  • adapted unit tests that check StorableConstructors
  • missing translations of StorableClass -> StorableType
  • missing StorableConstructors
  • missing or unecessary PluginDependencies / ProjectReferences
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Common/3.3/Plugin.cs.frame

    r16565 r16571  
    3131  [Plugin("HeuristicLab.Common", "3.3.15.$WCREV$")]
    3232  [PluginFile("HeuristicLab.Common-3.3.dll", PluginFileType.Assembly)]
     33  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3334  public class HeuristicLabCommonPlugin : PluginBase {
    3435  }
Note: See TracChangeset for help on using the changeset viewer.