diff options
author | James Booth <boothj5@gmail.com> | 2015-06-13 19:41:34 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-13 19:41:34 +0100 |
commit | eb1f8a499a99d315601016777dd492a8a25a3ea7 (patch) | |
tree | 0c5bafb616fe32f83536af47e218cf876e20fa49 /tests/functionaltests/functionaltests.c | |
parent | 0ef00e87ab2fcb1952dda6055922e74cb3413609 (diff) | |
parent | a48b9fcec2385c5d571f1f02ed6e769d6b4ee821 (diff) | |
download | profani-tty-eb1f8a499a99d315601016777dd492a8a25a3ea7.tar.gz |
Merge branch 'master' into openpgp
Diffstat (limited to 'tests/functionaltests/functionaltests.c')
-rw-r--r-- | tests/functionaltests/functionaltests.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functionaltests/functionaltests.c b/tests/functionaltests/functionaltests.c index a1550842..fac7685c 100644 --- a/tests/functionaltests/functionaltests.c +++ b/tests/functionaltests/functionaltests.c @@ -21,9 +21,6 @@ int main(int argc, char* argv[]) { const UnitTest all_tests[] = { - unit_test_setup_teardown(connect_jid, - init_prof_test, - close_prof_test), unit_test_setup_teardown(connect_jid_requests_roster, init_prof_test, close_prof_test), |