Changeset 2906 for trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/CyclicCrossover2Test.cs
- Timestamp:
- 03/01/10 22:08:05 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.Permutation
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.Permutation/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 HeuristicLabPermutationPlugin.cs3 2 bin 4 3 obj 4 HeuristicLabEncodingsPermutationPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/CyclicCrossover2Test.cs
r2871 r2906 1 using HeuristicLab. Permutation;1 using HeuristicLab.Core; 2 2 using Microsoft.VisualStudio.TestTools.UnitTesting; 3 using HeuristicLab.Core;4 3 5 namespace HeuristicLab.Permutation.Tests 6 { 7 8 4 namespace HeuristicLab.Encodings.Permutation.Tests { 9 5 /// <summary> 10 6 ///This is a test class for CyclicCrossover2Test and is intended … … 65 61 ///</summary> 66 62 [TestMethod()] 67 [DeploymentItem("HeuristicLab. Permutation-3.3.dll")]63 [DeploymentItem("HeuristicLab.Encodings.Permutation-3.3.dll")] 68 64 public void CyclicCrossover2CrossTest() { 69 65 TestRandom random = new TestRandom();
Note: See TracChangeset
for help on using the changeset viewer.