From da2797702fe09dcf627ceed3eab27b52dacd31a9 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 18 Mar 2013 09:35:04 +0100 Subject: Updated tests for charset conversion. Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. --- tests/testUtils.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/testUtils.hpp') diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 2e5b161f..4fa6b457 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -348,3 +348,6 @@ public: // Exception helper std::ostream& operator<<(std::ostream& os, const vmime::exception& e); + +// Conversion to hexadecimal for easier debugging +const vmime::string toHex(const vmime::string str); -- cgit