From 32cec611ae362c98e3a22373fa1d2ded48621b57 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 23 Jun 2009 14:30:09 -0400 Subject: [PATCH] imap-parser unit test fix. --HG-- branch : HEAD --- src/lib-imap/test-imap-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-imap/test-imap-parser.c b/src/lib-imap/test-imap-parser.c index e95b244fd1..499addead8 100644 --- a/src/lib-imap/test-imap-parser.c +++ b/src/lib-imap/test-imap-parser.c @@ -24,7 +24,7 @@ static void test_imap_parser_crlf(void) test_assert(imap_parser_read_args(parser, 0, 0, &args) == -2); } test_istream_set_size(input, i+1); - test_assert(imap_parser_read_args(parser, 0, 0, &args) == 2); + test_assert(imap_parser_read_args(parser, 0, 0, &args) == 1); test_assert(args[0].type == IMAP_ARG_ATOM); test_assert(args[1].type == IMAP_ARG_EOL); -- 2.47.3