Update exception message. Atleast boost 1.44.0 uses this one
[libt2n] / test / serialize.cpp
index 3019952..8db3740 100644 (file)
@@ -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);
         }
     }
 }