Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/04/10 15:15:44 (15 years ago)
Author:
abeham
Message:

fixed permutation tests due to namespace change #95
removed constructor tests as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Auxiliary.cs

    r2929 r2930  
    2020#endregion
    2121
     22using HeuristicLab.Encodings.Permutation;
     23
    2224namespace HeuristicLab.Encodings.Permutation_33.Tests {
    2325  public static class Auxiliary {
    24     public static bool PermutationIsEqualByPosition(Permutation p1, Permutation p2) {
     26    public static bool PermutationIsEqualByPosition(Permutation.Permutation p1, Permutation.Permutation p2) {
    2527      bool equal = (p1.Length == p2.Length);
    2628      if (equal) {
Note: See TracChangeset for help on using the changeset viewer.