Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/27/10 01:58:48 (14 years ago)
Author:
swagner
Message:

Reorganized unit test for GeneticAlgorithm (#1212)

Location:
trunk/sources/HeuristicLab/3.3/Tests
Files:
2 added
4 edited

Legend:

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

    r4490 r4512  
    2828using Microsoft.VisualStudio.TestTools.UnitTesting;
    2929
    30 namespace HeuristicLab_3._3.Tests {
     30namespace HeuristicLab_33.Tests {
    3131  [TestClass]
    3232  public class ContentViewTests {
  • trunk/sources/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj

    r4508 r4512  
    1010    <OutputType>Library</OutputType>
    1111    <AppDesignerFolder>Properties</AppDesignerFolder>
    12     <RootNamespace>HeuristicLab_3._3.Tests</RootNamespace>
     12    <RootNamespace>HeuristicLab_33.Tests</RootNamespace>
    1313    <AssemblyName>HeuristicLab-3.3.Tests</AssemblyName>
    1414    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     
    126126    <Compile Include="PluginLoader.cs" />
    127127    <Compile Include="Properties\AssemblyInfo.cs" />
     128    <Compile Include="GeneticAlgorithmTest.cs" />
    128129  </ItemGroup>
    129130  <ItemGroup>
     
    435436  <ItemGroup>
    436437    <Shadow Include="Test References\HeuristicLab.MainForm.WindowsForms-3.3.accessor" />
     438  </ItemGroup>
     439  <ItemGroup>
     440    <None Include="GA_TSP.hl">
     441      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     442    </None>
    437443  </ItemGroup>
    438444  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab/3.3/Tests/PluginDependenciesTest.cs

    r4490 r4512  
    2828using Microsoft.VisualStudio.TestTools.UnitTesting;
    2929
    30 namespace HeuristicLab_3._3.Tests {
     30namespace HeuristicLab_33.Tests {
    3131  [TestClass]
    3232  public class PluginDependenciesTest {
  • trunk/sources/HeuristicLab/3.3/Tests/PluginLoader.cs

    r4508 r4512  
    77using HeuristicLab.PluginInfrastructure;
    88
    9 namespace HeuristicLab_3._3.Tests {
     9namespace HeuristicLab_33.Tests {
    1010  internal static class PluginLoader {
    1111    public const string AssemblyExtension = ".dll";
Note: See TracChangeset for help on using the changeset viewer.