Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/13 11:59:36 (11 years ago)
Author:
mkommend
Message:

#2108: Added new resource folder for unit tests and removed run configuration.

File:
1 edited

Legend:

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

    r9783 r9955  
    4545    [TestCategory("General")]
    4646    [TestProperty("Time", "long")]
    47     [DeploymentItem(@"HeuristicLab-3.3/Resources/GA_TSP.hl")]
    4847    public void GeneticAlgorithmPerformanceTest() {
    4948      ex = null;
    50       GeneticAlgorithm ga = (GeneticAlgorithm)XmlParser.Deserialize("GA_TSP.hl");
     49      GeneticAlgorithm ga = (GeneticAlgorithm)XmlParser.Deserialize(@"Test Resources\GA_TSP.hl");
    5150      ga.ExceptionOccurred += new EventHandler<EventArgs<Exception>>(ga_ExceptionOccurred);
    5251      ga.Stopped += new EventHandler(ga_Stopped);
Note: See TracChangeset for help on using the changeset viewer.