X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fserialize.cpp;fp=test%2Fserialize.cpp;h=8db3740cf88dede73e692b340bd12b1a13d8c021;hp=3019952c0334687ab2e59cc9bd850d416f6b3037;hb=0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d;hpb=4127491facd2d7122618036fa6ce5e4b193859ba 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); } } }