Changeset 9769 for trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMShiftChangeManipulatorTest.cs
- Timestamp:
- 07/26/13 13:03:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3/JSMShiftChangeManipulatorTest.cs
r9764 r9769 86 86 ///A test for Apply 87 87 ///</summary> 88 [TestMethod ()]88 [TestMethod] 89 89 public void ApplyTest() { 90 90 IRandom random = new TestRandom(new int[] { 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2 }, null);
Note: See TracChangeset
for help on using the changeset viewer.