}
public void testRemoveEmptyAlbums() throws Exception {
final TestDatabase db = new TestDatabase();
final DBCollectionManager cm = new DBCollectionManager( db, p, indexer );
// Should delete Albums that have no Tracks referencing them (Artists OK)
db.fixture( "artistsWithAlbums" );
assertTableSize( db, "artists", 1 );
assertTableSize( db, "albums", 1 );
assertTableSize( db, "tracks", 0 );