From: Diane Trout Date: Mon, 2 Apr 2007 22:29:50 +0000 (+0000) Subject: test motif editor pointers X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=ded699e70557cdac3824f1555a0fddd908b7a2bc test motif editor pointers just make sure we have the right shared pointers in our editor --- diff --git a/qui/motif_editor/test/TestMotifEditor.hpp b/qui/motif_editor/test/TestMotifEditor.hpp index 1e29ccc..273473a 100644 --- a/qui/motif_editor/test/TestMotifEditor.hpp +++ b/qui/motif_editor/test/TestMotifEditor.hpp @@ -60,6 +60,10 @@ private slots: QVERIFY(sequences2[0]->motifs().size() == 1); QVERIFY(sequences2[1]->motifs().size() == 0); QVERIFY(cm->lookup("motif", "AAGG") == Color(0.0, 1.0, 0.0)); + + QVERIFY(editor->get_analysis() == m); + QVERIFY(editor->get_model() == model); + QVERIFY(m->colorMapper() == cm); } /*