summaryrefslogtreecommitdiff
path: root/tests/mediaarttest.c
Commit message (Collapse)AuthorAgeFilesLines
* extract: Add async APIs for all functionsasync-apiMartyn Russell2014-10-171-200/+293
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724879
* cache: Added media_art_remove_async() and _finish()Martyn Russell2014-10-171-12/+49
| | | | | | | | Part of this API changes makes the media_art_get_{path|file}() APIs not do i/o operations like creating the cache directory. This is now done in media_art_process_new(). https://bugzilla.gnome.org/show_bug.cgi?id=724879
* tests: Don't clear existing caches with unit tests, set XDG_CACHE_HOMEMartyn Russell2014-09-101-0/+12
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731681
* tests: Use tap automake testing scripts, fixes output summariesMartyn Russell2014-08-151-101/+118
| | | | Also updated the unit tests so they don't fail with the new tap system
* build: Fixed distcheck issuesMartyn Russell2014-07-281-8/+4
|
* libmediaart: Split API into _process_buffer() and _process_file()Martyn Russell2014-07-281-30/+21
| | | | | | | This is quite an API break, but the previous API was confusing and a monster, so this was really necessary. The unit tests have been put in place to make sure things work correctly too.
* tests: Don't expect media art extraction for NULL data buffer for !imagesMartyn Russell2014-06-231-9/+13
|
* extract: Switch to initable MediaArtProcess object from _init/_shutdown()Martyn Russell2014-06-231-33/+67
|
* tests: Test for no error with media_art_process_file() with real use caseMartyn Russell2014-06-231-1/+2
|
* extract: Allow error reporting with API using GErrorMartyn Russell2014-06-231-2/+60
|
* extract: Make GFile first parameter for _process_file()Martyn Russell2014-06-231-6/+6
|
* tests: Removed unused functionMartyn Russell2014-06-231-7/+0
|
* cache: Improve _remove() function and fix crash with NULL passedMartyn Russell2014-02-071-2/+1
|
* cache: Improve _strip_invalid_entites() APIMartyn Russell2014-02-071-6/+27
| | | | | | Add more information to documentation. Add a check on the input string to make sure we avoid crashes. Add test case
* tests: disable tests that fail due to missing featuresMartyn Russell2013-11-011-1/+1
|
* tests: Added to the unit tests to test ALL APIs.Martyn Russell2013-10-231-27/+152
| | | | | There are many cases which fail and there are FIXMEs in the test case now which we should fix before releasing.
* tests: Add testcase for nested blocksJens Georg2013-10-021-0/+1
|
* Remove tracker from prefixes of identifiersArnel A. Borja2013-08-151-34/+34
|
* build: Initial import of files needed to make new project here...Martyn Russell2013-08-131-0/+178
Including AUTHORS, README, NEWS. Including autogen.sh, configure.ac and all Makefile.am files Also moved many files that were scattered around the Tracker project and brought them together. Some source files had to be fixed up to build properly.