aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp/SMTPTransportTest.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-08 07:19:50 +0000
committerVincent Richard <[email protected]>2013-03-08 07:19:55 +0000
commit1df8c6cd0edaed598b255fc2463ee84e3e1ae575 (patch)
tree7a92058611c6b1a35a0785652039b59829cf4936 /tests/net/smtp/SMTPTransportTest.cpp
parentFixed compilation warning. (diff)
downloadvmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.tar.gz
vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.zip
Refactored unit tests.
Diffstat (limited to 'tests/net/smtp/SMTPTransportTest.cpp')
-rw-r--r--tests/net/smtp/SMTPTransportTest.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/net/smtp/SMTPTransportTest.cpp b/tests/net/smtp/SMTPTransportTest.cpp
index 4f34f71f..4ffda792 100644
--- a/tests/net/smtp/SMTPTransportTest.cpp
+++ b/tests/net/smtp/SMTPTransportTest.cpp
@@ -24,15 +24,11 @@
#include "tests/testUtils.hpp"
-#define VMIME_TEST_SUITE SMTPTransportTest
-#define VMIME_TEST_SUITE_MODULE "Net/SMTP"
-
-
class greetingErrorSMTPTestSocket;
class MAILandRCPTSMTPTestSocket;
-VMIME_TEST_SUITE_BEGIN
+VMIME_TEST_SUITE_BEGIN(SMTPTransportTest)
VMIME_TEST_LIST_BEGIN
VMIME_TEST(testGreetingError)