Updated tests
This commit is contained in:
@@ -745,12 +745,12 @@ enum class Test {
|
|||||||
|
|
||||||
/* Uncomment test to be disabled */
|
/* Uncomment test to be disabled */
|
||||||
std::set<Test> tests = {
|
std::set<Test> tests = {
|
||||||
// Test::ArtistFilters,
|
Test::ArtistFilters,
|
||||||
// Test::ReleaseFilterArtist,
|
Test::ReleaseFilterArtist,
|
||||||
Test::ReleaseFilterGenre,
|
Test::ReleaseFilterGenre,
|
||||||
// Test::TrackFilters,
|
Test::TrackFilters,
|
||||||
// Test::Cover,
|
// Test::Cover,
|
||||||
Test::Transcode,
|
// Test::Transcode,
|
||||||
};
|
};
|
||||||
|
|
||||||
bool test(Test t)
|
bool test(Test t)
|
||||||
|
|||||||
Reference in New Issue
Block a user