summaryrefslogtreecommitdiff
path: root/libs/ardour/test/framewalk_to_beats_test.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-09 22:53:50 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-09 22:53:50 +0000
commit6af96fd59d98d95b84f6b1bcd490d84784c67b38 (patch)
treef7c63cf535ab529044bcd191f1da74e0d45b5e11 /libs/ardour/test/framewalk_to_beats_test.h
parent73461494d75ab794224cbe93021acfa51a8c98a9 (diff)
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
Diffstat (limited to 'libs/ardour/test/framewalk_to_beats_test.h')
-rw-r--r--libs/ardour/test/framewalk_to_beats_test.h2
1 files changed, 2 insertions, 0 deletions
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 ();
};