From e3b4fa678d26055463ada04448987f025b6cac49 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Dec 2011 20:23:59 +0000 Subject: Fix framewalk_to_beats when it traverses more than one metric change. git-svn-id: svn://localhost/ardour2/branches/3.0@10970 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/test/framewalk_to_beats_test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/test/framewalk_to_beats_test.h') diff --git a/libs/ardour/test/framewalk_to_beats_test.h b/libs/ardour/test/framewalk_to_beats_test.h index ae6ae646eb..4acaeaddd6 100644 --- a/libs/ardour/test/framewalk_to_beats_test.h +++ b/libs/ardour/test/framewalk_to_beats_test.h @@ -7,6 +7,7 @@ class FramewalkToBeatsTest : public CppUnit::TestFixture CPPUNIT_TEST_SUITE (FramewalkToBeatsTest); CPPUNIT_TEST (singleTempoTest); CPPUNIT_TEST (doubleTempoTest); + CPPUNIT_TEST (tripleTempoTest); CPPUNIT_TEST_SUITE_END (); public: @@ -15,5 +16,6 @@ public: void singleTempoTest (); void doubleTempoTest (); + void tripleTempoTest (); }; -- cgit v1.2.3