summaryrefslogtreecommitdiff
path: root/libs/ardour/test/framewalk_to_beats_test.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-12-10 20:23:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-12-10 20:23:59 +0000
commite3b4fa678d26055463ada04448987f025b6cac49 (patch)
tree6ef5601a30a0652a15f3dec8f21f92d776559f33 /libs/ardour/test/framewalk_to_beats_test.h
parentd23a6de077181caa24af52229bb040c87ed34ebd (diff)
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
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 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 ();
};