libt2n-git Archives

Subject: C++ inter-process communication library branch, master, updated. v0.6-3-g0f8ddc6

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 8 Jul 2011 13:31:54 +0200 (CEST)
The branch, master has been updated
       via  0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d (commit)
      from  4127491facd2d7122618036fa6ce5e4b193859ba (commit)


- Log -----------------------------------------------------------------
commit 0f8ddc6cbdbd213e3bb00c41567e514fdeeed79d
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Jul 8 13:31:51 2011 +0200

    Update exception message. Atleast boost 1.44.0 uses this one

-----------------------------------------------------------------------

Summary of changes:
 test/serialize.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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);
         }
     }
 }


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, master, updated. v0.6-3-g0f8ddc6, libt2n-git <=