comparison libpurple/tests/test_jabber_jutil.c @ 15890:5bd5af818afe

Update #includes to match changes in jabber
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 24 Mar 2007 20:08:30 +0000
parents 6577b292e7b4
children 962ce369fc35
comparison
equal deleted inserted replaced
15889:87ea711b9781 15890:5bd5af818afe
1 #include <string.h> 1 #include <string.h>
2 2
3 #include "tests.h" 3 #include "tests.h"
4 #include "../account.h"
5 #include "../conversation.h"
6 #include "../xmlnode.h"
4 #include "../protocols/jabber/jutil.h" 7 #include "../protocols/jabber/jutil.h"
5 8
6 START_TEST(test_get_resource) 9 START_TEST(test_get_resource)
7 { 10 {
8 assert_string_equal_free("baz", jabber_get_resource("foo@bar/baz")); 11 assert_string_equal_free("baz", jabber_get_resource("foo@bar/baz"));