]> ruin.nu Git - germs.git/commitdiff
have all tests enabled
authorMichael Andreen <harv@ruin.nu>
Thu, 16 Aug 2007 08:28:13 +0000 (08:28 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 16 Aug 2007 08:28:13 +0000 (08:28 +0000)
src/test/componenttreetest.cpp

index d85c59a429c9a0fffd693a6d001da5e37fc38fb8..b916bf4139d0385a279476d74e74af1438c57aee 100644 (file)
@@ -132,7 +132,7 @@ protected:
                ComponentTree t(findComponents(go));
                t.makeUnoriented();
 
-               //CPPUNIT_ASSERT_EQUAL((size_t)0u,t.countLeaves());
+               CPPUNIT_ASSERT_EQUAL((size_t)0u,t.countLeaves());
 
                GeneOrder go2(_validPerm4.begin(),_validPerm4.end());
                ComponentTree t2(findComponents(go2));