Make tempo tests use the api more correctly.
authornick_m <mainsbridge@gmail.com>
Tue, 9 Aug 2016 15:46:05 +0000 (01:46 +1000)
committernick_m <mainsbridge@gmail.com>
Tue, 9 Aug 2016 15:46:05 +0000 (01:46 +1000)
commit9acfdb31a29e218efcb9126e03b97c1c5edf8af4
treec632e3f66eb73a7a8360ab50096f49cd16bc5ff7
parent4ddb6b74f5c0fe445b49e9abb5527afecc60dd8b
Make tempo tests use the api more correctly.

- TempoMap initially contains a tempo and meter.
  using add_tempo/meter() using the position of an
  existing section does the right thing, but prints a warning.
  Use replace_tempo/meter().
libs/ardour/test/framepos_minus_beats_test.cc
libs/ardour/test/framepos_plus_beats_test.cc
libs/ardour/test/framewalk_to_beats_test.cc
libs/ardour/test/tempo_test.cc