Changeset 4512 for trunk/sources/HeuristicLab/3.3
- Timestamp:
- 09/27/10 01:58:48 (14 years ago)
- 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 28 28 using Microsoft.VisualStudio.TestTools.UnitTesting; 29 29 30 namespace HeuristicLab_3 ._3.Tests {30 namespace HeuristicLab_33.Tests { 31 31 [TestClass] 32 32 public class ContentViewTests { -
trunk/sources/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj
r4508 r4512 10 10 <OutputType>Library</OutputType> 11 11 <AppDesignerFolder>Properties</AppDesignerFolder> 12 <RootNamespace>HeuristicLab_3 ._3.Tests</RootNamespace>12 <RootNamespace>HeuristicLab_33.Tests</RootNamespace> 13 13 <AssemblyName>HeuristicLab-3.3.Tests</AssemblyName> 14 14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> … … 126 126 <Compile Include="PluginLoader.cs" /> 127 127 <Compile Include="Properties\AssemblyInfo.cs" /> 128 <Compile Include="GeneticAlgorithmTest.cs" /> 128 129 </ItemGroup> 129 130 <ItemGroup> … … 435 436 <ItemGroup> 436 437 <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> 437 443 </ItemGroup> 438 444 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab/3.3/Tests/PluginDependenciesTest.cs
r4490 r4512 28 28 using Microsoft.VisualStudio.TestTools.UnitTesting; 29 29 30 namespace HeuristicLab_3 ._3.Tests {30 namespace HeuristicLab_33.Tests { 31 31 [TestClass] 32 32 public class PluginDependenciesTest { -
trunk/sources/HeuristicLab/3.3/Tests/PluginLoader.cs
r4508 r4512 7 7 using HeuristicLab.PluginInfrastructure; 8 8 9 namespace HeuristicLab_3 ._3.Tests {9 namespace HeuristicLab_33.Tests { 10 10 internal static class PluginLoader { 11 11 public const string AssemblyExtension = ".dll";
Note: See TracChangeset
for help on using the changeset viewer.