store motifs as sequences instead of strings
[mussa.git] / alg / test / test_mussa.cpp
index 2cf19c0c4226bfb0a3f5f5747dc535a3764f205f..8961a1c3f17578b0a66a76de9137acb15833e9c5 100644 (file)
@@ -157,7 +157,7 @@ BOOST_AUTO_TEST_CASE( mussa_load_motif )
 
 BOOST_AUTO_TEST_CASE( mussa_add_motif )
 {
-  vector<string> motifs;
+  vector<Sequence> motifs;
   motifs.push_back("AAGG");
   vector<Color> colors;
   colors.push_back(Color(1.0, 0.0, 0.0));