diff options
author | Vincent Richard <[email protected]> | 2009-12-01 14:24:55 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2009-12-01 14:24:55 +0000 |
commit | 82e1a690d97cd9d9f392beccbb6b1d35f3573f08 (patch) | |
tree | bf6097c08872b3404771e7a92fff7be3d6e1ee00 /tests/testUtils.hpp | |
parent | Added option to return ISO week-numbering instead of default calendar-numbering. (diff) | |
download | vmime-82e1a690d97cd9d9f392beccbb6b1d35f3573f08.tar.gz vmime-82e1a690d97cd9d9f392beccbb6b1d35f3573f08.zip |
Fixed directory renaming.
Diffstat (limited to 'tests/testUtils.hpp')
-rw-r--r-- | tests/testUtils.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testUtils.hpp b/tests/testUtils.hpp index 227d1b36..9aee153c 100644 --- a/tests/testUtils.hpp +++ b/tests/testUtils.hpp @@ -305,3 +305,7 @@ public: vmime::ref <vmime::net::timeoutHandler> create(); }; + +// Exception helper +std::ostream& operator<<(std::ostream& os, const vmime::exception& e); + |