diff options
author | Vincent Richard <[email protected]> | 2013-06-27 05:54:33 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-06-27 05:54:33 +0000 |
commit | de659db11210523685e1a6b4b9519628dd838a15 (patch) | |
tree | d8fdef2fb373c77812c9ee3d507ae1edfcc5c5d4 /tests/parser/fileContentHandlerTest.cpp | |
parent | Unit tests for content handlers. (diff) | |
download | vmime-de659db11210523685e1a6b4b9519628dd838a15.tar.gz vmime-de659db11210523685e1a6b4b9519628dd838a15.zip |
Removed debug printf.
Diffstat (limited to 'tests/parser/fileContentHandlerTest.cpp')
-rw-r--r-- | tests/parser/fileContentHandlerTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/parser/fileContentHandlerTest.cpp b/tests/parser/fileContentHandlerTest.cpp index 1a742280..b7373959 100644 --- a/tests/parser/fileContentHandlerTest.cpp +++ b/tests/parser/fileContentHandlerTest.cpp @@ -47,7 +47,6 @@ VMIME_TEST_SUITE_BEGIN(fileContentHandlerTest) testDataDecoded = "ABCDEFGHIJKLMNOPQRSTUVWXYZ \x12\x34\x56\x78\x90 abcdefghijklmnopqrstuvwxyz0123456789"; testDataEncoded = "QUJDREVGR0hJSktMTU5PUFFSU1RVVldYWVogEjRWeJAgYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXowMTIzNDU2Nzg5"; -//printf("\n %s \n", encode("base64", testDataDecoded).c_str()); std::ostringstream testFilePath; testFilePath << "/tmp/vmime_test_" << (rand() % 999999999); |