add annot and motif classes to python interface
[mussa.git] / alg / test / test_annotation_color.cpp
index 4cde0ddf463b400d6e770da969c46fcb06287af6..2e907e9442ed2add2fdefc4a32fddd31fffdeb31 100644 (file)
@@ -26,7 +26,7 @@ BOOST_AUTO_TEST_CASE( simple_annot_colors )
   BOOST_CHECK_EQUAL( ac.lookup("venchent", "a"), white );
 
   annot a;
-  a.start = 30;
+  a.begin = 30;
   a.end = 45;
   a.type = "bleem";
   a.name = "a";