summaryrefslogtreecommitdiff
path: root/libs/ardour/test/framewalk_to_beats_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-01-03 14:32:12 +0000
committerCarl Hetherington <carl@carlh.net>2012-01-03 14:32:12 +0000
commite11c96019aa00569c403de694d0c5ece928c4635 (patch)
tree0d713161a68e32f2cb413abea1d58a6d9c786e0e /libs/ardour/test/framewalk_to_beats_test.cc
parent279d0ff34b4d22f87529913f543540eef73aef22 (diff)
Fix erroneous test.
git-svn-id: svn://localhost/ardour2/branches/3.0@11136 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/test/framewalk_to_beats_test.cc')
-rw-r--r--libs/ardour/test/framewalk_to_beats_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/test/framewalk_to_beats_test.cc b/libs/ardour/test/framewalk_to_beats_test.cc
index 2a3865eefe..849a246fa5 100644
--- a/libs/ardour/test/framewalk_to_beats_test.cc
+++ b/libs/ardour/test/framewalk_to_beats_test.cc
@@ -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) */