diff options
author | James Booth <boothj5@gmail.com> | 2014-01-05 01:44:24 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-05 01:44:24 +0000 |
commit | 77f54443eb9aa09ba33714831ff80b4e7a8fc412 (patch) | |
tree | 40e206e65f25129ef219b03d97d53d4c8e80db4d /tests/test_roster_list.h | |
parent | f569845b40057dcc90d588e46147f7694a0b5e1b (diff) | |
parent | 61ea120bfd8fd327f4c0641feda10e7a8e013c74 (diff) | |
download | profani-tty-77f54443eb9aa09ba33714831ff80b4e7a8fc412.tar.gz |
Merge branch 'master' into otr
Diffstat (limited to 'tests/test_roster_list.h')
-rw-r--r-- | tests/test_roster_list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_roster_list.h b/tests/test_roster_list.h index e5ac15f1..080bca9f 100644 --- a/tests/test_roster_list.h +++ b/tests/test_roster_list.h @@ -8,8 +8,6 @@ void first_three_elements_correct(void **state); void add_twice_at_beginning_adds_once(void **state); void add_twice_in_middle_adds_once(void **state); void add_twice_at_end_adds_once(void **state); -void test_show_online_when_no_value(void **state); -void test_status_when_no_value(void **state); void find_first_exists(void **state); void find_second_exists(void **state); void find_third_exists(void **state); |