Added test case test-sqlite-cursor-set-target.c
authorTristan Van Berkom <tristanvb@openismus.com>
Tue, 16 Apr 2013 11:32:35 +0000 (20:32 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Mon, 27 May 2013 13:34:26 +0000 (22:34 +0900)
commitc5e9f858cdc62dab1ab9927844168ae8169054b6
treea6adb4020bf62191002e55f87a4e141f7b36ec4d
parentb9d59e76f0748c8edf867b671d153ae3ac172088
Added test case test-sqlite-cursor-set-target.c

This test case tests e_book_backend_sqlitedb_cursor_set_target().

The special case of setting a partial state is tested so that when
a cursor is setup to sort by "family_name, given_name" and the target
is set to "J", then we recieve results inclusive of the contact with
the family name "J".
tests/libedata-book/Makefile.am
tests/libedata-book/test-sqlite-cursor-set-target.c [new file with mode: 0644]