Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/20 16:18:23 (5 years ago)
Author:
abeham
Message:

#2521: fixed build fail in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMSXXCrossoverTest.cs

    r17226 r17516  
    4040    public void ApplyTest() {
    4141      IRandom random = new TestRandom(new int[] { 0, 3 }, null);
    42       JSMEncoding p1 = TestUtils.CreateTestJSM1();
    43       JSMEncoding p2 = TestUtils.CreateTestJSM2();
    44       JSMEncoding expected = new JSMEncoding(0);
     42      JSM p1 = TestUtils.CreateTestJSM1();
     43      JSM p2 = TestUtils.CreateTestJSM2();
     44      JSM expected = new JSM(0);
    4545      ItemList<Permutation> jsm = expected.JobSequenceMatrix;
    4646      for (int i = 0; i < 6; i++) {
     
    4848      }
    4949
    50       JSMEncoding actual;
     50      JSM actual;
    5151      actual = JSMSXXCrossover.Apply(random, p1, p2);
    5252
Note: See TracChangeset for help on using the changeset viewer.