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.Persistence/3.3/Core/FormatBase.cs

    r16565 r16571  
    2929  /// </summary>
    3030  /// <typeparam name="SerialDataFormat">The type of the serial data format.</typeparam>
    31   [StorableClass]
     31  [StorableType("4EC2B779-0778-4B95-BF4F-5F88C1C1FF1F")]
    3232  public abstract class FormatBase<SerialDataFormat> : IFormat<SerialDataFormat> where SerialDataFormat : ISerialData {
    3333
Note: See TracChangeset for help on using the changeset viewer.