summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-03-19test: Remove unused functionJuan A. Suarez Romero1-9/+0
2013-03-19test: Distribute fast-by-id.ini fileJuan A. Suarez Romero1-0/+1
2013-01-15tests: Add TMDb plugin into path for test_tmdb_fast_resolution_by_id()Juan A. Suarez Romero1-1/+1
2013-01-08tests: Fix static vs. non-static declaration warningMathias Hasselmann1-3/+2
2012-12-19tmdb: Permit resolving by tmdb-idMathias Hasselmann4-1/+137
2012-12-04Another distcheck fixMurray Cumming1-2/+2
2012-12-04Remove unused test, which was broken upMurray Cumming1-277/+0
2012-12-04tests: tmdb: Test the age certificate API too.Murray Cumming1-30/+40
2012-12-04tests: tmdb: Use g_assert_no_error()Murray Cumming4-7/+7
2012-12-04tests: Add a prototype to avoid a C warningMurray Cumming1-0/+2
2012-12-04tests: local-metadata: Use the built plugin instead of installedMurray Cumming2-2/+13
2012-12-04tests: tmdb: Use the built plugins, not the installed ones.Murray Cumming5-2/+12
2012-12-04Revert "test: Run TMDb tests with the recently build plugin"Murray Cumming5-11/+1
2012-12-03tests: tmdb: Verify release dates and certsMathias Hasselmann3-21/+43
2012-12-03tests: tmdb: Remove aliases for now common keysMathias Hasselmann2-16/+9
2012-12-02test: Run TMDb tests with the recently build pluginJuan A. Suarez Romero5-1/+11
2012-11-16tests: Add some to make checkMurray Cumming1-2/+7
2012-11-16tests: Add tests for tmdb plug-inJens Georg8-6/+620
2012-11-13tests: Add a tmdb test using the new mocking frameworkMurray Cumming12-1/+329
2012-10-19test: g_type_init() is deprecatedJuan A. Suarez Romero1-0/+3
2012-07-23test: Rename some registry functionsJuan A. Suarez Romero1-1/+1
2012-07-23all: Rename PluginRegistry to RegistryJuan A. Suarez Romero2-63/+63
2012-07-20all: Merge GrlMediaSource and GrlMetadataSource into GrlSourceJuan A. Suarez Romero2-121/+109
2012-07-14all: Use the new source/plugins hierarchyJuan A. Suarez Romero1-11/+11
2012-05-26plugins: g_thread_init() is deprecatedJuan A. Suarez Romero1-0/+2
2011-12-16doc: Update Copyright noticeJuan A. Suarez Romero2-2/+2
2011-12-14tests: deactivated the compilation of test until it can get some loveGuillaume Emont1-10/+11
2011-09-23windows: Fix DLL generation and buildDamien Lespiau1-2/+0
2011-05-17test: Adapt test to new key definitionJuan A. Suarez Romero1-4/+6
2011-05-13test: Do not install test programsJuan A. Suarez Romero1-1/+1
2011-04-13all: resolve() is a cancellable operationJuan A. Suarez Romero1-0/+1
2011-04-13all: Send operation id in metadata()/media_from_uri()'s callbacksJuan A. Suarez Romero1-1/+2
2011-03-04test: Updated test to reflect source tree reorganisationGuillaume Emont1-11/+11
2011-01-31tests: added data files needed for the test of local-metadataGuillaume Emont3-0/+0
2011-01-31tests: added a small test program for local-metadataGuillaume Emont2-1/+321
2010-12-20tests: Adapted to changes in grl_plugin_registry_add_configIago Toral Quiroga1-1/+1
2010-12-20tests: Adapted to changes in grl_plugin_registry_loadIago Toral Quiroga1-11/+22
2010-09-02tests: adapt to the grl_log_init() renaming in coreDamien Lespiau1-9/+9
2010-09-02log: use the new logging API from coreDamien Lespiau1-38/+38
2010-08-25gitignore: add .gitignore filesDamien Lespiau1-0/+1
2010-07-19test: Rename to grl_plugin_registry_get_default()Juan A. Suarez Romero1-1/+1
2010-06-08[youtube] Use the new metadata key systemJuan A. Suarez Romero1-10/+4
2010-04-20[test] Fixed tests: include youtube api key configurationIago Toral Quiroga1-1/+8
2010-04-13[metadata-store] [test] Use float type for ratingsIago Toral Quiroga1-3/+3
2010-03-12[tests] Do not assert if fake-metadata plugin is not available.Iago Toral Quiroga1-4/+18
2010-03-12[test] Adapted set_metadata() test to API changes.Iago Toral Quiroga1-1/+2
2010-03-11[test] Modify the set_metadata() test to consider 3 cases:Iago Toral Quiroga1-4/+5
2010-03-11[test] Adapted to changes in set_metadata() callback to acceptIago Toral Quiroga1-1/+6
2010-03-11[test] Updated test to new API for set_metadata().Iago Toral Quiroga1-5/+6
2010-03-10[test] Added test for set_metadata()Iago Toral Quiroga1-1/+35