Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/16/15 14:05:23 (9 years ago)
Author:
jkarder
Message:

#2262: refactored scripting unit tests

  • changed code template loading
  • minor code changes
File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/GUIAutomationScriptTest.cs

    r11787 r11789  
    3131    private const string ScriptItemName = "GUI Automation Script";
    3232    private const string ScriptItemDescription = "A script that runs a genetic algorithm on a traveling salesman problem with 5 different settings for population sizes and with 10 repetitions, then opens a bubble chart of the results and chooses the appropriate values for x and y axis automatically";
    33     private const string ExperimentVariableName = "experiment";
    3433
    3534    [TestMethod]
     
    4847      };
    4948      #region Code
    50       script.Code = ScriptingUtils.LoadScriptCodeFromFile(ScriptFileName);
     49      script.Code = ScriptSources.GUIAutomationScriptSource;
    5150      #endregion
    5251      return script;
Note: See TracChangeset for help on using the changeset viewer.