summaryrefslogtreecommitdiff
path: root/tests/test-parse-message.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-7/+7
2012-01-27test-parse-message: g_assert_*-ifyWill Thompson1-59/+59
2012-01-27test-parse-message: GTestifyWill Thompson1-24/+19
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-35/+30
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-7/+7
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-4/+4
2009-06-19Initialize GType in tests.Will Thompson1-0/+4
2009-03-18Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie1-7/+35
2008-11-06parse_incoming_message: return TpDeliveryStatus based on error typeWill Thompson1-5/+104
2008-10-28Move gabble_text_mixin_parse_incoming_message to message-util, renaming accor...Will Thompson1-6/+7
2008-07-21make tests include config.h tooDafydd Harries1-0/+2
2008-07-14tidy up test includesDafydd Harries1-1/+1
2007-09-28Fix coding style in test-parse-message.c to fix `make check`Simon McVittie1-1/+1
2007-09-27use MessageTypeNormal for offline messages without type attribute that Google...Dafydd Harries1-0/+38
2007-05-08add message parsing testDafydd Harries1-0/+139