From: Michael Andreen Date: Thu, 16 Aug 2007 08:28:13 +0000 (+0000) Subject: have all tests enabled X-Git-Tag: v0.1~19 X-Git-Url: https://ruin.nu/git/?p=germs.git;a=commitdiff_plain;h=e3b0df677271c6cf14e00e2344802bfd0a66ebd5 have all tests enabled --- 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));