X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fserialize.cpp;h=8db3740cf88dede73e692b340bd12b1a13d8c021;hp=598ac4b1bce95913bb207b6588c093efa0ce0fc9;hb=cf902cadb87cc6f75ae92c2dc64742555dd4f0f0;hpb=307b5e74c506b609d5c407be0943f45255ab5122 diff --git a/test/serialize.cpp b/test/serialize.cpp index 598ac4b..8db3740 100644 --- a/test/serialize.cpp +++ b/test/serialize.cpp @@ -171,10 +171,8 @@ BOOST_AUTO_TEST_CASE(ClientSerializeErr) } catch(t2n_serialization_error &e) { errormsg=e.what(); } - catch(...) - { throw; } - 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); } } }