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.Hive/3.3/Plugin.cs.frame

    r16565 r16571  
    3030  [PluginFile("HeuristicLab.Hive-3.3.dll", PluginFileType.Assembly)]
    3131  [PluginDependency("HeuristicLab.Common", "3.3")]
    32   [PluginDependency("HeuristicLab.Core", "3.3")] 
     32  [PluginDependency("HeuristicLab.Core", "3.3")]
     33  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3334  public class HeuristicLabHivePlugin : PluginBase {
    3435  }
Note: See TracChangeset for help on using the changeset viewer.