Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/12/11 18:04:25 (13 years ago)
Author:
ascheibe
Message:

#1233

  • fixed a bug in the Slave UI
  • finished renaming Webservice and Dao methods to be consistent with Job/Task naming
  • some cosmetic changes and project dependencies cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Tests/ExperimentManagerTests.cs

    r6725 r6743  
    4545      var rhc = new RefreshableJob();
    4646      var optimizer = CreateOptimizer();
    47       rhc.HiveJobs.Add(new OptimizerHiveTask(optimizer));
     47      rhc.HiveTasks.Add(new OptimizerHiveTask(optimizer));
    4848     
    49       HiveClient.StartExperiment((Exception ex) => TestContext.WriteLine(ex.ToString()), rhc, new CancellationToken());
     49      HiveClient.StartJob((Exception ex) => TestContext.WriteLine(ex.ToString()), rhc, new CancellationToken());
    5050
    5151      while (rhc.ExecutionState != Core.ExecutionState.Stopped) {
Note: See TracChangeset for help on using the changeset viewer.