diff options
author | Vincent Richard <[email protected]> | 2013-03-08 07:19:50 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-03-08 07:19:55 +0000 |
commit | 1df8c6cd0edaed598b255fc2463ee84e3e1ae575 (patch) | |
tree | 7a92058611c6b1a35a0785652039b59829cf4936 /tests/parser/charsetTest.cpp | |
parent | Fixed compilation warning. (diff) | |
download | vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.tar.gz vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.zip |
Refactored unit tests.
Diffstat (limited to 'tests/parser/charsetTest.cpp')
-rw-r--r-- | tests/parser/charsetTest.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/parser/charsetTest.cpp b/tests/parser/charsetTest.cpp index eaedb218..678dad39 100644 --- a/tests/parser/charsetTest.cpp +++ b/tests/parser/charsetTest.cpp @@ -24,10 +24,6 @@ #include "tests/testUtils.hpp" -#define VMIME_TEST_SUITE charsetTest -#define VMIME_TEST_SUITE_MODULE "Parser" - - // Excerpt from http://www.gnu.org/ static const vmime::charset inputCharset("gb2312"); static const char inputBytes[] = @@ -91,7 +87,7 @@ static const char outputBytes[] = -VMIME_TEST_SUITE_BEGIN +VMIME_TEST_SUITE_BEGIN(charsetTest) VMIME_TEST_LIST_BEGIN // Test valid input |