From af289cab6231ec8785a2e69ab78f6257626aef9f Mon Sep 17 00:00:00 2001 From: nick_m Date: Sun, 2 Oct 2016 03:55:18 +1100 Subject: 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. --- 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 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 (); }; -- cgit v1.2.3