aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/textTest.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-11-07 10:33:01 +0000
committerVincent Richard <[email protected]>2004-11-07 10:33:01 +0000
commit5868c87506b82dbb5d8916d61b9e1528a755b686 (patch)
tree87defd00ebd954fbad3d9786b9a28bebaa3735ba /tests/parser/textTest.cpp
parentAdded tests for media type. (diff)
downloadvmime-5868c87506b82dbb5d8916d61b9e1528a755b686.tar.gz
vmime-5868c87506b82dbb5d8916d61b9e1528a755b686.zip
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "text.cpp".
Diffstat (limited to 'tests/parser/textTest.cpp')
-rw-r--r--tests/parser/textTest.cpp2
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")