remove body of no-longer-relevant tempo-related test
git-svn-id: svn://localhost/ardour2/branches/3.0@11143 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d6ff0e35d8
commit
ce5de59c77
@ -18,17 +18,7 @@ BBTTest::addTest ()
|
||||
|
||||
map.add_meter (meter, BBT_Time(1, 1, 0));
|
||||
|
||||
// Test basic operations with a flat tempo map
|
||||
BBT_Time time = map.bbt_add(BBT_Time(1, 1, 0), BBT_Time(1, 2, 3));
|
||||
//cout << "result: BBT_Time(" << time.bars << ", " << time.beats << ", "
|
||||
// << time.ticks << ")" << endl;
|
||||
CPPUNIT_ASSERT(time == BBT_Time(2, 3, 3));
|
||||
|
||||
|
||||
time = map.bbt_add(BBT_Time(1, 2, 3), BBT_Time(2, 2, 3));
|
||||
//cerr << "result: BBT_Time(" << time.bars << ", " << time.beats << ", "
|
||||
// << time.ticks << ")" << endl;
|
||||
CPPUNIT_ASSERT(time == BBT_Time(3, 4, 6));
|
||||
/* add some good stuff here */
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user