From c09e4675957a450479e58af1e51e90a860b6bb34 Mon Sep 17 00:00:00 2001 From: nick_m Date: Thu, 13 Oct 2016 14:26:54 +1100 Subject: Improve check in tempoAtPulseTest --- libs/ardour/test/tempo_test.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libs/ardour/test') diff --git a/libs/ardour/test/tempo_test.cc b/libs/ardour/test/tempo_test.cc index ae75896855..f80fab4f24 100644 --- a/libs/ardour/test/tempo_test.cc +++ b/libs/ardour/test/tempo_test.cc @@ -126,8 +126,6 @@ TempoTest::tempoAtPulseTest () map.add_tempo (tempoB, 20.0, 0, TempoSection::Ramp, MusicTime); map.add_tempo (tempoC, 30.0, 0, TempoSection::Ramp, MusicTime); - map.recompute_map (map._metrics); - TempoSection* tA = 0; TempoSection* tB = 0; TempoSection* tC = 0; @@ -166,6 +164,6 @@ TempoTest::tempoAtPulseTest () /* self-check tempo at pulse @ 125 bpm. */ CPPUNIT_ASSERT_DOUBLES_EQUAL (125.0, tA->tempo_at_pulse (tA->pulse_at_tempo (125.0, 0, sampling_rate)), 0.00000000000000001); - CPPUNIT_ASSERT_DOUBLES_EQUAL (160.0, tA->tempo_at_pulse (tB->pulse()), 0.00000000000000001); - CPPUNIT_ASSERT_DOUBLES_EQUAL (123.0, tB->tempo_at_pulse (tC->pulse()), 0.00000000000000001); + CPPUNIT_ASSERT_DOUBLES_EQUAL (160.0, tA->tempo_at_pulse (20.0), 0.00000000000000001); + CPPUNIT_ASSERT_DOUBLES_EQUAL (123.0, tB->tempo_at_pulse (30.0), 0.00000000000000001); } -- cgit v1.2.3