fix incorrect tempo test
git-svn-id: svn://localhost/ardour2/branches/3.0@11144 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ce5de59c77
commit
19126ddc09
@ -53,6 +53,9 @@ TempoTest::recomputeMapTest ()
|
||||
list<MetricSection*>::iterator i = map.metrics->begin();
|
||||
CPPUNIT_ASSERT_EQUAL (framepos_t (0), (*i)->frame ());
|
||||
CPPUNIT_ASSERT_EQUAL (framepos_t (0), (*i)->frame ());
|
||||
|
||||
i = map.metrics->end();
|
||||
--i;
|
||||
CPPUNIT_ASSERT_EQUAL (framepos_t (288e3), (*i)->frame ());
|
||||
CPPUNIT_ASSERT_EQUAL (framepos_t (288e3), (*i)->frame ());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user