From 5868c87506b82dbb5d8916d61b9e1528a755b686 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 7 Nov 2004 10:33:01 +0000 Subject: Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "text.cpp". --- tests/parser/textTest.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/parser/textTest.cpp') 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") -- cgit v1.2.3