Fix erroneous test.
authorCarl Hetherington <carl@carlh.net>
Tue, 3 Jan 2012 14:32:12 +0000 (14:32 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 3 Jan 2012 14:32:12 +0000 (14:32 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11136 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/test/framewalk_to_beats_test.cc

index 2a3865eefef8ff9789953c66c92fb834bbb55e1d..849a246fa5c4fae4bba6926cd577deec1a832aa1 100644 (file)
@@ -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) */