diff options
Diffstat (limited to 'tests/parser/textTest.cpp')
-rw-r--r-- | tests/parser/textTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/parser/textTest.cpp b/tests/parser/textTest.cpp index 87650811..6dfb5016 100644 --- a/tests/parser/textTest.cpp +++ b/tests/parser/textTest.cpp @@ -114,6 +114,8 @@ namespace assert_eq("2.7", vmime::charset(vmime::charsets::US_ASCII), t2.getWordAt(2)->getCharset()); } + // TODO: tests for encodeAndFold() and decodeAndUnfold() + public: textTest() : suite("vmime::text") |