Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/10 19:58:42 (14 years ago)
Author:
gkronber
Message:

Fixed bugs in ADF operators and added test classes for ADF operators. #290 (Implement ADFs)

Location:
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests

    • Property svn:ignore
      •  

        old new  
        11bin
        22obj
         3*.user
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.Tests.csproj

    r3338 r3360  
    4141    <Compile Include="ArgumentCreaterTest.cs" />
    4242    <Compile Include="ArgumentDeleterTest.cs" />
     43    <Compile Include="ArgumentDuplicaterTest.cs" />
     44    <Compile Include="AllArchitectureAlteringOperatorsTest.cs" />
     45    <Compile Include="SubroutineDeleterTest.cs" />
     46    <Compile Include="SubroutineDuplicaterTest.cs" />
    4347    <Compile Include="Grammars.cs" />
     48    <Compile Include="SubroutineCreaterTest.cs">
     49      <SubType>Code</SubType>
     50    </Compile>
    4451    <Compile Include="SubtreeCrossoverTest.cs">
    4552      <SubType>Code</SubType>
     
    5057  </ItemGroup>
    5158  <ItemGroup>
     59    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     60      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     61      <Name>HeuristicLab.Collections-3.3</Name>
     62    </ProjectReference>
    5263    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    5364      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    5465      <Name>HeuristicLab.Core-3.3</Name>
     66    </ProjectReference>
     67    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     68      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     69      <Name>HeuristicLab.Data-3.3</Name>
    5570    </ProjectReference>
    5671    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.