diff options
| author | Vincent Richard <[email protected]> | 2013-03-18 09:35:04 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-18 09:35:04 +0100 |
| commit | da2797702fe09dcf627ceed3eab27b52dacd31a9 (patch) | |
| tree | fa991a26656685b60e40ef5d696207a494526e61 /SConstruct | |
| parent | Fixed and clarified text about handleTimeout() return value. (diff) | |
| download | vmime-da2797702fe09dcf627ceed3eab27b52dacd31a9.tar.gz vmime-da2797702fe09dcf627ceed3eab27b52dacd31a9.zip | |
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.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |
