diff options
author | James Booth <boothj5@gmail.com> | 2015-05-17 22:12:10 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-17 22:12:10 +0100 |
commit | cdf239dd78acd4f8598d7c393b42d5cd28e5a6bc (patch) | |
tree | 78f5a4a65a179f6f7100d3421278778ba0542982 | |
parent | 2c5b44421e1b3a163ce33249f9d0b1567d411b16 (diff) | |
download | profani-tty-cdf239dd78acd4f8598d7c393b42d5cd28e5a6bc.tar.gz |
Removed stbbr_stop from test
-rw-r--r-- | stabbertests/test_connect.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index 7a5c464a..5f4027bf 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -34,6 +34,4 @@ connect_with_jid(void **state) jabber_conn_status_t status = jabber_get_connection_status(); assert_true(status == JABBER_CONNECTED); - - stbbr_stop(); } |