fixes for Mussa::load_motif
[mussa.git] / alg / test / test_glsequence.cpp
index f0bf3018bad74d536476cf4f6386c01538d1be59..179f6329fe00eb58ad86ec14afb7432758561581 100644 (file)
@@ -34,7 +34,7 @@ BOOST_AUTO_TEST_CASE ( glsequence_operator_assignment )
 BOOST_AUTO_TEST_CASE( glsequence_color )
 {
   boost::shared_ptr<AnnotationColors> cm(new AnnotationColors);
-  Color black(0.0, 0.0, 0.0, 0.0);
+  Color black(0.0, 0.0, 0.0, 1.0);
   Color c(0.1, 0.2, 0.3, 0.4);
   boost::shared_ptr<Sequence> seq(new Sequence("AAGGCCTT"));
   GlSequence s(seq, cm);