]> ruin.nu Git - germs.git/commitdiff
bad testcase
authorMichael Andreen <harv@ruin.nu>
Tue, 28 Aug 2007 17:07:12 +0000 (17:07 +0000)
committerMichael Andreen <harv@ruin.nu>
Tue, 28 Aug 2007 17:07:12 +0000 (17:07 +0000)
src/test/genesortertest.cpp

index c84ead8356fd26bf03e22000277e414180fd60cd..3827d4114ad3fa2f04c18cf767a04d1e57e4d746 100644 (file)
@@ -81,7 +81,7 @@ protected:
                al = so.sort(go4,Model(new Models::ModelImpl));
                CPPUNIT_ASSERT_EQUAL((size_t)13u,al.size());
                for (size_t i = 0; i < al.size(); ++i)
-                       al[i](go3);
+                       al[i](go4);
                CPPUNIT_ASSERT(equal(go3.begin(),go3.end(),perm));
        }
        void testSafeActions (){