From 0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 8 Jul 2011 13:31:51 +0200 Subject: [PATCH] Update exception message. Atleast boost 1.44.0 uses this one --- test/serialize.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/serialize.cpp b/test/serialize.cpp index 3019952..8db3740 100644 --- a/test/serialize.cpp +++ b/test/serialize.cpp @@ -172,7 +172,7 @@ BOOST_AUTO_TEST_CASE(ClientSerializeErr) catch(t2n_serialization_error &e) { errormsg=e.what(); } - BOOST_CHECK_EQUAL(string("archive_exception while serializing on client-side, code 2 (unregistered class)"),errormsg); + BOOST_CHECK_EQUAL(string("archive_exception while serializing on client-side, code 2 (unregistered class - derived class not registered or exported)"),errormsg); } } } -- 1.7.1