[Telepathy-commits] [telepathy-gabble/master] Cope with the internal presence type enum being changed
Sjoerd Simons
sjoerd at luon.net
Tue Aug 19 10:54:10 PDT 2008
20080721152435-93b9a-3ea7aa5239381337b3baa68769f81e41d8dbc67c.gz
---
tests/test-presence.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/test-presence.c b/tests/test-presence.c
index 2395ee5..f106af0 100644
--- a/tests/test-presence.c
+++ b/tests/test-presence.c
@@ -114,19 +114,19 @@ int main (int argc, char **argv)
dump = gabble_presence_dump (presence);
g_assert (0 == strcmp (dump,
"nickname: (null)\n"
- "accumulated status: 6\n"
+ "accumulated status: 8\n"
"accumulated status msg: status message\n"
"accumulated capabilities: 2\n"
"kept while unavailable: 0\n"
"resources:\n"
" foo\n"
" capabilities: 0\n"
- " status: 6\n"
+ " status: 8\n"
" status msg: status message\n"
" priority: 0\n"
" bar\n"
" capabilities: 2\n"
- " status: 5\n"
+ " status: 7\n"
" status msg: dingoes\n"
" priority: -1\n"));
g_free (dump);
--
1.5.6.3
More information about the Telepathy-commits
mailing list