From e11c96019aa00569c403de694d0c5ece928c4635 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jan 2012 14:32:12 +0000 Subject: [PATCH] Fix erroneous test. git-svn-id: svn://localhost/ardour2/branches/3.0@11136 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/framewalk_to_beats_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */