summaryrefslogtreecommitdiff
path: root/libs/ardour/test/framewalk_to_beats_test.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2016-10-02 03:55:18 +1100
committernick_m <mainsbridge@gmail.com>2016-10-02 03:55:18 +1100
commitaf289cab6231ec8785a2e69ab78f6257626aef9f (patch)
tree42a5af66405bdcbb974ee3a74fd9b67d42ae4521 /libs/ardour/test/framewalk_to_beats_test.h
parentbb3312c3bb9c6ed9b75ac6739a6ee720ddf86c86 (diff)
Remove unused methods, add tests to ensure meter divisors don't mess with Beats.
- TempoMap::framepos_minus_beats() was only used by its test, so don't build the test.
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 4acaeaddd6..df02100296 100644
--- a/libs/ardour/test/framewalk_to_beats_test.h
+++ b/libs/ardour/test/framewalk_to_beats_test.h
@@ -8,6 +8,7 @@ class FramewalkToBeatsTest : public CppUnit::TestFixture
CPPUNIT_TEST (singleTempoTest);
CPPUNIT_TEST (doubleTempoTest);
CPPUNIT_TEST (tripleTempoTest);
+ CPPUNIT_TEST (singleTempoMeterTest);
CPPUNIT_TEST_SUITE_END ();
public:
@@ -17,5 +18,6 @@ public:
void singleTempoTest ();
void doubleTempoTest ();
void tripleTempoTest ();
+ void singleTempoMeterTest ();
};