Autotest for bug #12

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey 2009-03-23 21:55:24 +01:00
parent 7aeb8651ba
commit 156c137237
1 changed files with 7 additions and 0 deletions

View File

@ -159,6 +159,13 @@ EXO_TEST(adc_message_parse_23, {
return msg == NULL;
});
EXO_TEST(adc_message_parse_24, {
struct adc_message* msg = adc_msg_parse_verify(g_user, "EMSG AAAC\0AAAB Hello\\sthere!\n", 29);
return msg == NULL;
});
EXO_TEST(adc_message_add_arg_1, {
struct adc_message* msg = adc_msg_create(test_string1);