X-Git-Url: https://ruin.nu/git/?p=germs.git;a=blobdiff_plain;f=src%2Ftest%2Fcomponenttreetest.cpp;h=b916bf4139d0385a279476d74e74af1438c57aee;hp=d85c59a429c9a0fffd693a6d001da5e37fc38fb8;hb=e3b0df677271c6cf14e00e2344802bfd0a66ebd5;hpb=35ac6a57e0314a8c557f327ec540415ff20bc2dc diff --git a/src/test/componenttreetest.cpp b/src/test/componenttreetest.cpp index d85c59a..b916bf4 100644 --- a/src/test/componenttreetest.cpp +++ b/src/test/componenttreetest.cpp @@ -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));