From: Thomas Jarosch Date: Fri, 8 Jul 2011 11:31:51 +0000 (+0200) Subject: Update exception message. Atleast boost 1.44.0 uses this one X-Git-Tag: latest_release~24 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d Update exception message. Atleast boost 1.44.0 uses this one --- 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); } } }