Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7932


Ignore:
Timestamp:
05/30/12 16:32:26 (12 years ago)
Author:
abeham
Message:

#1777

  • removed old unnecessary vsmdi file
  • added test list for new solution
  • renamed a unit test
Location:
trunk/sources
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3 Tests.sln

    r7915 r7932  
    66Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4880EC01-2CAD-4291-BBC1-B269AD67D4FA}"
    77  ProjectSection(SolutionItems) = preProject
     8    HeuristicLab 3.3 Tests.vsmdi = HeuristicLab 3.3 Tests.vsmdi
    89    LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
    910  EndProjectSection
    1011EndProject
    1112Global
     13  GlobalSection(TestCaseManagementSettings) = postSolution
     14    CategoryFile = HeuristicLab 3.3 Tests.vsmdi
     15  EndGlobalSection
    1216  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    1317    Debug|Any CPU = Debug|Any CPU
  • trunk/sources/HeuristicLab 3.3.sln

    r7921 r7932  
    77    ConfigMerger.exe = ConfigMerger.exe
    88    ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt
    9     HeuristicLab 3.3.vsmdi = HeuristicLab 3.3.vsmdi
    109    MergeConfigs.cmd = MergeConfigs.cmd
    1110    PreBuildEvent.cmd = PreBuildEvent.cmd
     
    318317EndProject
    319318Global
    320   GlobalSection(TestCaseManagementSettings) = postSolution
    321     CategoryFile = HeuristicLab 3.3.vsmdi
    322   EndGlobalSection
    323319  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    324320    Debug|Any CPU = Debug|Any CPU
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.BinaryVectorEncoding-3.3/NPointCrossoverTest.cs

    r7259 r7932  
    8787    [TestMethod()]
    8888    [DeploymentItem("HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll")]
    89     public void SinglePointCrossoverCrossTest() {
     89    public void NPointCrossoverCrossTest() {
    9090      NPointCrossover_Accessor target = new NPointCrossover_Accessor(new PrivateObject(typeof(NPointCrossover)));
    9191      ItemArray<BinaryVector> parents;
     
    122122    ///</summary>
    123123    [TestMethod()]
    124     public void SinglePointCrossoverApplyTest() {
     124    public void NPointCrossoverApplyTest() {
    125125      TestRandom random = new TestRandom();
    126126      BinaryVector parent1, parent2, expected, actual;
     
    176176    ///</summary>
    177177    [TestMethod()]
    178     public void SinglePointCrossoverConstructorTest() {
     178    public void NPointCrossoverConstructorTest() {
    179179      NPointCrossover target = new NPointCrossover();
    180180    }
Note: See TracChangeset for help on using the changeset viewer.