Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Optimizer/3.3/CreateExperimentDialog.cs

    r14927 r14929  
    3333using HeuristicLab.Parameters;
    3434using HeuristicLab.Problems.Instances;
     35using HeuristicLab.Persistence;
    3536
    3637namespace HeuristicLab.Optimizer {
    3738  public partial class CreateExperimentDialog : Form {
     39    [StorableType("b2f9efcf-e0c2-4d67-a159-12688451965a")]
    3840    private enum DialogMode { Normal = 1, DiscoveringInstances = 2, CreatingExperiment = 3, PreparingExperiment = 4 };
    3941
Note: See TracChangeset for help on using the changeset viewer.