aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testUtils.hpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2009-12-01 14:24:55 +0000
committerVincent Richard <[email protected]>2009-12-01 14:24:55 +0000
commit82e1a690d97cd9d9f392beccbb6b1d35f3573f08 (patch)
treebf6097c08872b3404771e7a92fff7be3d6e1ee00 /tests/testUtils.hpp
parentAdded option to return ISO week-numbering instead of default calendar-numbering. (diff)
downloadvmime-82e1a690d97cd9d9f392beccbb6b1d35f3573f08.tar.gz
vmime-82e1a690d97cd9d9f392beccbb6b1d35f3573f08.zip
Fixed directory renaming.
Diffstat (limited to 'tests/testUtils.hpp')
-rw-r--r--tests/testUtils.hpp4
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);
+