Clementine-audio-player-Mac.../tests
Arnaud Bienner 0e3dc5a8be Add new ConcurrentRun templates for void functions, and functions with 3 arguments + corresponding test cases.
+ SongLoader now has its own QThreadPool to load folders/playlist in background.
Update issue 2598
This should fix slowliness problems reported.
2012-07-16 00:06:55 +02:00
..
data Ignore empty lines in m3u files. 2011-03-17 16:05:08 +00:00
CMakeLists.txt Commit missing modifications/change ConcurrentRun description a bit 2012-04-25 00:29:19 +02:00
albumcoverfetcher_test.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
albumcovermanager_test.cpp Fix AlbumCoverManagerTest 2011-07-23 19:39:53 +01:00
asxiniparser_test.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
asxparser_test.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
closure_test.cpp Use TEST instead of TEST_F where appropriate. 2012-04-18 14:37:40 +02:00
concurrentrun_test.cpp Add new ConcurrentRun templates for void functions, and functions with 3 arguments + corresponding test cases. 2012-07-16 00:06:55 +02:00
cueparser_test.cpp Disable any tests that use Song::InitFromFile for now 2012-01-08 20:09:44 +00:00
database_test.cpp Remove obsolete code for unicode sqlite LIKE. 2012-06-11 12:05:31 +02:00
fileformats_test.cpp Remove CanDecode from GstEngine - it was only used by a test, and the test was disabled on buildbot because it was unreliable. 2011-03-20 19:36:50 +00:00
fmpsparser_test.cpp Disable any tests that use Song::InitFromFile for now 2012-01-08 20:09:44 +00:00
librarybackend_test.cpp Make the DeleteSongs function actually delete songs again, and make a new MarkUnavailable function that is called when songs are deleted from disk (and stop it from removing the song from the search index). 2011-07-06 20:07:56 +00:00
librarymodel_test.cpp Consistently use "Various artists" with a lower case "a" 2011-10-30 16:53:39 +00:00
logging_env.h Initialise logging in unit tests 2011-04-28 12:28:50 +00:00
m3uparser_test.cpp Disable any tests that use Song::InitFromFile for now 2012-01-08 20:09:44 +00:00
main.cpp Initialise logging in unit tests 2011-04-28 12:28:50 +00:00
mergedproxymodel_test.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
metatypes_env.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_backgroundthread.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_engine.h Refactor Player and PlaylistManagers to have interfaces and add more MPRIS1 tests 2011-02-13 18:37:45 +00:00
mock_librarybackend.h Fix a test from a while ago 2011-09-01 22:11:13 +01:00
mock_networkaccessmanager.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_networkaccessmanager.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_player.h Fix the unit test mocks from before 2011-04-28 17:51:09 +00:00
mock_playlistitem.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_playlistitem.h Fix the unit test mocks from before 2011-04-28 17:51:09 +00:00
mock_playlistmanager.h Fix the playlistmanager test error. For serious this time. 2011-07-15 14:47:48 +00:00
mock_settingsprovider.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mock_sqldriver.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
mpris1_test.cpp Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
organiseformat_test.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
playlist_test.cpp Fix compile warning in test. 2011-09-19 12:31:13 +02:00
plsparser_test.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00
resources_env.h Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
scopedtransaction_test.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
song_test.cpp Add a compatibility header so liblastfm and liblastfm1 can both be used with the same source. 2012-06-28 18:40:20 +01:00
songloader_test.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
songplaylistitem_test.cpp Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
test_utils.cpp Add small unit test for closure. 2012-03-19 19:37:57 +01:00
test_utils.h Add small unit test for closure. 2012-03-19 19:37:57 +01:00
testobjectdecorators.cpp Re-enable and fix the python tests, add regression tests for the weird PythonQt bugs 2011-05-22 15:23:12 +00:00
testobjectdecorators.h Re-enable and fix the python tests, add regression tests for the weird PythonQt bugs 2011-05-22 15:23:12 +00:00
translations_test.cpp Add missing licenses to debian/copyright, and add copyright information to each source file 2010-11-20 13:27:10 +00:00
utilities_test.cpp Use TEST instead of TEST_F where appropriate. 2012-04-18 14:37:40 +02:00
xspfparser_test.cpp Remove the <xiphcomment.h> include from song.h so that windows headers don't infect everything else. Also move other bits of song.h into song.cpp, and reduce the number of includes in song.h. 2011-11-28 13:56:55 +00:00