]> ruin.nu Git - germs.git/blobdiff - src/test/modelidentifiertest.cpp
Added a Whirl model, which favors reversals, instead of using the standard
[germs.git] / src / test / modelidentifiertest.cpp
index 7a0cedd889e98c8ffe77663e3cecc89d58e6bd2e..b4848cc30326410550b9fea3fe23e4ede54bebf5 100644 (file)
@@ -67,7 +67,7 @@ protected:
 
                GeneOrder uniform(_uniform.begin(),_uniform.end());
                pq = mi.identify(uniform);
-               CPPUNIT_ASSERT_EQUAL(string("Standard"),string(pq.top().second.name()));
+               CPPUNIT_ASSERT_EQUAL(string("Whirl"),string(pq.top().second.name()));
 
                GeneOrder zipper(_zipper.begin(),_zipper.end());
                pq = mi.identify(zipper);