summaryrefslogtreecommitdiff
path: root/tests/libebook
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous cleanups.Matthew Barnes2013-07-281-8/+6
* test-client-custom-summary.c: Added tests for regex queriesTristan Van Berkom2013-05-305-2/+117
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-14/+18
* test-client-custom-summary.c: Optimize test.Tristan Van Berkom2013-04-231-112/+80
* LC_ADDRESS is a GNU extension. Treat it as such.Matthew Barnes2013-04-171-0/+3
* Test suite cleanups.Matthew Barnes2013-04-1433-287/+764
* Add e_book_client_view_ref_client().Matthew Barnes2013-03-174-4/+23
* Adding the custom vcard test data to EXTRA_DISTTristan Van Berkom2013-03-161-0/+9
* Reworked test cases in tests/libebook/client directoryTristan Van Berkom2013-03-1616-1362/+163
* Removed obsolete test cases from tests/libebookTristan Van Berkom2013-03-1514-998/+0
* tests: Migration of EContact related tests into a new directoryTristan Van Berkom2013-03-1510-1242/+2
* test-client-view-operations: Enhanced test to test both sync/async variants.Tristan Van Berkom2013-03-151-36/+158
* test-client-view-operations.c: Add thread assertions to callbacks.Matthew Barnes2013-03-141-0/+8
* Revert "tests: Remove unnecessary thread-default context manipulation."Matthew Barnes2013-03-141-1/+4
* tests: Remove unnecessary thread-default context manipulation.Matthew Barnes2013-03-111-4/+1
* libebook: Report missing phone number support by GErroropenismus-work-error-argsMathias Hasselmann2013-03-071-5/+49
* sqlitedb: Improve national phone number matchingMathias Hasselmann2013-03-061-9/+12
* test-client-custom-summary: Include <config.h>Mathias Hasselmann2013-03-061-0/+1
* Coding style and whitespace cleanup.Matthew Barnes2013-03-029-302/+368
* tests: Silence compiler warnings.Matthew Barnes2013-03-016-0/+12
* test-client-custom-summary enhancements.Tristan Van Berkom2013-02-282-67/+99
* tests: Always create E_BOOK_INDEX_PHONE summaryMathias Hasselmann2013-02-271-2/+0
* test-client-custom-summary.c: Test unsupported phone number queriesTristan Van Berkom2013-02-261-20/+92
* sqlitedb: Repair summary based eqphone_nationalMathias Hasselmann2013-02-251-9/+0
* tests: Actually use existing country calling codeMathias Hasselmann2013-02-252-4/+4
* test-client-view-operations.c: Removing unneeded nasty comment.Tristan Van Berkom2013-02-251-6/+2
* test-client-view-operations.c: Now test both direct access and indirect accessTristan Van Berkom2013-02-251-3/+3
* test-client-custom-summary.c: Adding more tests regarding phone numbers.Tristan Van Berkom2013-02-223-16/+70
* test-client-remove-contact.c: Enhanced test caseTristan Van Berkom2013-02-221-0/+19
* test-client-view-operations.c: For now disable the regular access testTristan Van Berkom2013-02-211-3/+7
* test-client-custom-summary.c: Fixup test case to also try Default summaryTristan Van Berkom2013-02-211-26/+37
* Extending test-client-custom-summary.cTristan Van Berkom2013-02-202-2/+15
* Ported various EBookClient tests to additionally test Direct Read Access vari...Tristan Van Berkom2013-02-207-92/+137