From e3b0df677271c6cf14e00e2344802bfd0a66ebd5 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 16 Aug 2007 08:28:13 +0000 Subject: [PATCH] have all tests enabled --- src/test/componenttreetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.2