[Telepathy-commits] [telepathy-idle/master] Update the text-encode-and-split test to the new internal API

Jonathon Jongsma jonathon.jongsma at collabora.co.uk
Tue Feb 17 21:31:03 PST 2009


I had added a 'max lenth' parameter to the function but apparently forgot to
update this test.
---
 tests/test-text-encode-and-split.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/test-text-encode-and-split.c b/tests/test-text-encode-and-split.c
index 4b2361d..7fe791d 100644
--- a/tests/test-text-encode-and-split.c
+++ b/tests/test-text-encode-and-split.c
@@ -24,7 +24,7 @@ test (TpChannelTextMessageType type,
       gchar *msg)
 {
   gchar *recipient = "ircuser";
-  gchar **output = idle_text_encode_and_split (type, recipient, msg, NULL);
+  gchar **output = idle_text_encode_and_split (type, recipient, msg, 510, NULL);
   GString *reconstituted_msg = g_string_sized_new (strlen (msg));
   int i = -1;
   char *line = NULL, *c = NULL;
-- 
1.5.6.5




More information about the telepathy-commits mailing list