mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Fix erroneous test.
git-svn-id: svn://localhost/ardour2/branches/3.0@11136 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
279d0ff34b
commit
e11c96019a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ FramewalkToBeatsTest::doubleTempoTest ()
|
|||
CPPUNIT_ASSERT_EQUAL (1.0, r);
|
||||
|
||||
/* Walk 2 beats from 3|3 to 4|1 (over the tempo change) */
|
||||
r = map.framewalk_to_beats (264e3, (24e3 + 12e3));
|
||||
r = map.framewalk_to_beats (240e3, (24e3 + 24e3));
|
||||
CPPUNIT_ASSERT_EQUAL (2.0, r);
|
||||
|
||||
/* Walk 2.5 beats from 3|3.5 to 4.2 (over the tempo change) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue