From 6af96fd59d98d95b84f6b1bcd490d84784c67b38 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 Dec 2011 22:53:50 +0000 Subject: Fix framewalk_to_beats with non-beat-aligned starting positions. git-svn-id: svn://localhost/ardour2/branches/3.0@10956 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 3dd24553e2..ae6ae646eb 100644 --- a/libs/ardour/test/framewalk_to_beats_test.h +++ b/libs/ardour/test/framewalk_to_beats_test.h @@ -6,6 +6,7 @@ class FramewalkToBeatsTest : public CppUnit::TestFixture { CPPUNIT_TEST_SUITE (FramewalkToBeatsTest); CPPUNIT_TEST (singleTempoTest); + CPPUNIT_TEST (doubleTempoTest); CPPUNIT_TEST_SUITE_END (); public: @@ -13,5 +14,6 @@ public: void tearDown () {} void singleTempoTest (); + void doubleTempoTest (); }; -- cgit v1.2.3