From da2797702fe09dcf627ceed3eab27b52dacd31a9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 18 Mar 2013 09:35:04 +0100 Subject: Updated tests for charset conversion. Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 5c5fad75..60ee5159 100644 --- a/SConstruct +++ b/SConstruct @@ -357,6 +357,7 @@ libvmimetest_sources = [ 'tests/parser/attachmentHelperTest.cpp', 'tests/parser/bodyPartTest.cpp', 'tests/parser/charsetTest.cpp', + 'tests/parser/charsetFilteredOutputStreamTest.cpp', 'tests/parser/datetimeTest.cpp', 'tests/parser/dispositionTest.cpp', 'tests/parser/emailAddressTest.cpp', -- cgit