]> ruin.nu Git - germs.git/blobdiff - src/test/genealgorithmstest.cpp
findIntervals implemented and passing test
[germs.git] / src / test / genealgorithmstest.cpp
index 50a5c736c1903ac2bd6d8a7941cccfec715353d4..2b9ae79bfc89dbac994081a753ddc04feb6d0b37 100644 (file)
@@ -89,7 +89,7 @@ protected:
                CPPUNIT_ASSERT(go12 == v[2]);
                
                GeneOrder go2(_validPerm2.begin(),_validPerm2.end());
-               v = findIntervals(go);
+               v = findIntervals(go2);
                CPPUNIT_ASSERT_EQUAL(9ul,v.size());
                Interval go20(1,3);
                Interval go22(1,4);