diff options
| author | Vincent Richard <[email protected]> | 2013-02-27 14:59:37 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-02-27 14:59:37 +0100 |
| commit | 8378b350dfc612673d1ba3597e9d5bb1347ae944 (patch) | |
| tree | 64212cb2e9e70c23ec25fa209ba1bb15a064067d /SConstruct | |
| parent | Fixed wrong function called. (diff) | |
| download | vmime-8378b350dfc612673d1ba3597e9d5bb1347ae944.tar.gz vmime-8378b350dfc612673d1ba3597e9d5bb1347ae944.zip | |
Throw exception when an invalid value type is set in a header field.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -360,6 +360,7 @@ libvmimetest_sources = [ 'tests/parser/dispositionTest.cpp', 'tests/parser/emailAddressTest.cpp', 'tests/parser/headerTest.cpp', + 'tests/parser/headerFieldTest.cpp', 'tests/parser/htmlTextPartTest.cpp', 'tests/parser/mailboxTest.cpp', 'tests/parser/mediaTypeTest.cpp', |
