contacts: update test cases for updated contacts

Remove the old ones, add new ones.
This commit is contained in:
djcb
2019-04-28 13:59:09 +03:00
parent e9a0939f8f
commit bd52902290
4 changed files with 95 additions and 199 deletions

View File

@ -50,10 +50,6 @@ TEST_PROGS += test-mu-query
test_mu_query_SOURCES= test-mu-query.c dummy.cc
test_mu_query_LDADD=${top_builddir}/lib/tests/libtestmucommon.la
TEST_PROGS += test-mu-contacts
test_mu_contacts_SOURCES= test-mu-contacts.c dummy.cc
test_mu_contacts_LDADD=${top_builddir}/lib/tests/libtestmucommon.la
TEST_PROGS += test-mu-cmd
test_mu_cmd_SOURCES= test-mu-cmd.c dummy.cc
test_mu_cmd_LDADD=${top_builddir}/lib/tests/libtestmucommon.la