From 1df8c6cd0edaed598b255fc2463ee84e3e1ae575 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 8 Mar 2013 08:19:50 +0100 Subject: Refactored unit tests. --- tests/parser/charsetTest.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/parser/charsetTest.cpp') 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 -- cgit v1.2.3