X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test%2Fserialize.cpp;h=3019952c0334687ab2e59cc9bd850d416f6b3037;hp=598ac4b1bce95913bb207b6588c093efa0ce0fc9;hb=ca55612532d9f5f9422d7fe367e00929b1856486;hpb=307b5e74c506b609d5c407be0943f45255ab5122 diff --git a/test/serialize.cpp b/test/serialize.cpp index 598ac4b..3019952 100644 --- a/test/serialize.cpp +++ b/test/serialize.cpp @@ -171,8 +171,6 @@ 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); }