summaryrefslogtreecommitdiff
path: root/tests/libebook
Commit message (Expand)AuthorAgeFilesLines
* M!106 - Fix few memory leaksДилян Палаузов2022-11-031-1/+2
* M!84 - Correct typos of doesnt/dontДилян Палаузов2021-11-081-1/+1
* Use `g_assert_true()` instead of `g_assert()` in the unit testsMilan Crha2021-09-2915-49/+49
* M!72 - Typos its <=> it'sДилян Палаузов2021-07-111-2/+2
* test-book-client-write-write: Fix occasional test failureMilan Crha2021-06-111-35/+50
* I#309 - EContact: Inline locally stored image does not retain its mime typeMilan Crha2021-03-083-8/+35
* M!65 - Correct typos in a/anДилян Палаузов2021-02-011-1/+1
* I#282 - tests: Avoid build/source directories in executablesMilan Crha2021-01-0541-84/+201
* M!22 - Ignore the return value of g_string_append()Дилян Палаузов2019-07-121-1/+1
* Add workaround for D-Bus property change into get-revision testsMilan Crha2019-05-231-0/+13
* Change libebook and libedata-book APIsMilan Crha2019-05-1715-33/+30
* I#61 - Cannot search contacts for existence of boolean fieldsMilan Crha2018-12-041-0/+1
* test-cal-client-get-revision could fail due to delayed D-Bus property change ...Milan Crha2018-11-131-1/+1
* Address some of the compiler and static analyzers warningsMilan Crha2018-05-171-10/+20
* Bug 787266 - Failure in installed testsMilan Crha2017-09-111-0/+8
* Merge offline-cache changes into masterMilan Crha2017-05-1720-112/+196
* Correct how data for installed tests are searched forMilan Crha2017-02-171-1/+1
* Reorganize directory structureMilan Crha2016-10-113-9/+12
* Convert from autotools to CMakeMilan Crha2016-10-109-358/+300
* Address/mute some Coverity Scan issuesMilan Crha2016-01-251-1/+1
* Let the 'make check' pass againMilan Crha2015-02-034-7/+12
* Move authentication of backends back to the clientMilan Crha2015-02-022-5/+5
* Add (failing) test for Evolution's address autocompletion queryDavid Woodhouse2014-09-121-0/+32
* Bug 735523 - test-book-client-custom-summary: Add 'exists' testsDavid Woodhouse2014-09-012-0/+25
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-1440-36/+472
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-079-99/+81
* Coding style and whitespace cleanups.Matthew Barnes2013-12-0821-716/+780
* Moved all libebook/client tests to have a namespaceTristan Van Berkom2013-12-0425-96/+96
* tests: Fix potential g_object_unref(NULL) calls in libebook testsPhilip Withnall2013-12-032-4/+4
* Install test vcards if --enable-installed-tests is configured.Tristan Van Berkom2013-12-034-3/+30
* Use EDS_INSTALLED_TESTS macros to install testsTristan Van Berkom2013-12-022-0/+50
* test-client-cursor-operations.c: Removed bogus test for invalid sexpTristan Van Berkom2013-12-011-37/+6
* test-client-custom-summary: Added test for the 'x-evolution-any-field' NULL s...Tristan Van Berkom2013-12-011-0/+22
* Fixed test-client-cursor-createTristan Van Berkom2013-11-291-75/+6
* test-client-uid-only-view: Fixed testTristan Van Berkom2013-11-291-30/+4
* test-client-revision-view: Disabled part of the test.Tristan Van Berkom2013-11-291-31/+4
* test-client-custom-summary: Added various testsTristan Van Berkom2013-11-293-86/+482
* test-client-cursor-operations.c: Test cursor in fallback modeTristan Van Berkom2013-11-291-72/+109
* Ported the lower level cursor tests to use EBookSqlite.Tristan Van Berkom2013-11-294-2/+4
* test-client-custom-summary.c: Report specific error from add_contacts()Tristan Van Berkom2013-11-251-1/+1
* Makefile.am cleanups.Matthew Barnes2013-11-173-132/+147
* Switch from g_timeout_add to g_timeout_add_secondsAlexandre Franke2013-11-143-3/+3
* test-client-custom-summary.c: Added exact email match test.Tristan Van Berkom2013-11-141-0/+14
* Fix/mute issues found by Coverity scanMilan Crha2013-11-133-3/+8
* Add missing CFLAGS/LIBS in the tests/ Makefile.am-sMilan Crha2013-11-052-0/+4
* Added tests for EBookClientCursorTristan Van Berkom2013-10-233-0/+3081
* Added tests for the low level cursor APITristan Van Berkom2013-10-2333-0/+153
* Tests: Added 3 new contacts and a few more query tests.Tristan Van Berkom2013-10-235-1/+62
* EBookClient tests: Use async apis to open the client for every async test.Tristan Van Berkom2013-10-1415-62/+82
* Remove all g_type_init() calls.Matthew Barnes2013-09-2734-103/+0