From 32a80f6c1ed501ceb2e1d7613dcdcce6cdf6fe23 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 11 Mar 2013 10:05:09 +0100 Subject: Fixed mailbox and mailbox group parsing. Added unit tests. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e4e88772..5c5fad75 100644 --- a/SConstruct +++ b/SConstruct @@ -363,6 +363,7 @@ libvmimetest_sources = [ 'tests/parser/headerTest.cpp', 'tests/parser/headerFieldTest.cpp', 'tests/parser/htmlTextPartTest.cpp', + 'tests/parser/mailboxGroupTest.cpp', 'tests/parser/mailboxTest.cpp', 'tests/parser/mediaTypeTest.cpp', 'tests/parser/messageIdTest.cpp', -- cgit