13
0

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:
Paul Davis 2012-01-03 17:36:40 +00:00
parent d6ff0e35d8
commit ce5de59c77

View File

@ -17,18 +17,8 @@ BBTTest::addTest ()
Meter meter(4.0, 4.0); Meter meter(4.0, 4.0);
map.add_meter (meter, BBT_Time(1, 1, 0)); map.add_meter (meter, BBT_Time(1, 1, 0));
// Test basic operations with a flat tempo map /* add some good stuff here */
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));
} }
void void