X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=blobdiff_plain;f=alg%2Ftest%2Ftest_annotation_color.cpp;h=aa06060c37deb49b2bb2356d035b3a7679297e27;hp=7d2a885f8594e027c2aaf1e501f9f693f3a2afcd;hb=67888dae3b16b9d69aa846e393f11e7ff3633f16;hpb=5c3dc8c42679629c19ece07c0e63a53b1c69663f diff --git a/alg/test/test_annotation_color.cpp b/alg/test/test_annotation_color.cpp index 7d2a885..aa06060 100644 --- a/alg/test/test_annotation_color.cpp +++ b/alg/test/test_annotation_color.cpp @@ -26,6 +26,8 @@ BOOST_AUTO_TEST_CASE( simple_annot_colors ) BOOST_CHECK_EQUAL( ac.lookup("bleem", "foo"), black ); BOOST_CHECK_EQUAL( ac.lookup("venchent", "a"), white ); + /* + // Removed as we're phasing out the annot and annotation colors classes annot a; a.begin = 30; a.end = 45; @@ -37,7 +39,8 @@ BOOST_AUTO_TEST_CASE( simple_annot_colors ) BOOST_CHECK_EQUAL( ac.lookup(a), black ); a.type = "venchent"; BOOST_CHECK_EQUAL( ac.lookup(a), white ); - + */ + ac.clear(); BOOST_CHECK_EQUAL( ac.lookup("bleem", "a"), black); }