tests: Migration of EContact related tests into a new directory
authorTristan Van Berkom <tristanvb@openismus.com>
Fri, 15 Mar 2013 14:00:13 +0000 (23:00 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Fri, 15 Mar 2013 14:00:13 +0000 (23:00 +0900)
commit113955f01d5fde7dc13e0a7678d70779031ab492
tree2df3596bea0d2949ce46437bcaba6869782ed8f6
parentb46186d57bae2d3eed0c7dba65bdd8c45d85cc5a
tests: Migration of EContact related tests into a new directory

Much of the tests on contact types have been merged into
test-contact-types.c, all relevant tests now use GTest.

One test fails and has been commented out, test-untyped-phones.c
has it (it still issues a compiler warning intentionally, in the
hope we don't forget about it).
15 files changed:
configure.ac
tests/Makefile.am
tests/libebook-contacts/Makefile.am [new file with mode: 0644]
tests/libebook-contacts/test-contact-types.c [new file with mode: 0644]
tests/libebook-contacts/test-phone-number.c [moved from tests/libebook/test-ebook-phone-number.c with 99% similarity]
tests/libebook-contacts/test-query.c [moved from tests/libebook/test-query.c with 100% similarity]
tests/libebook-contacts/test-untyped-phones.c [new file with mode: 0644]
tests/libebook-contacts/test-vcard-parsing.c [moved from tests/libebook/test-vcard-parsing.c with 87% similarity]
tests/libebook/Makefile.am
tests/libebook/test-categories.c [deleted file]
tests/libebook/test-date.c [deleted file]
tests/libebook/test-photo.c [deleted file]
tests/libebook/test-string.c [deleted file]
tests/libebook/test-undefinedfield.c [deleted file]
tests/libebook/test-untyped-phones.c [deleted file]