$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arunava Saha (arunava_at_[hidden])
Date: 2008-01-02 13:32:58
Dear experts,
I want to add bullet proof testing for the implementation of
boost::serialization lib in my database. So, I want to add at least a
test in my regression which should fail whenever there is an incorrect
change in serialization, i.e. if someone adds a new data member to a
class but forget to serialize properly, that test should fail.
So, please post your suggestions on how I should write that test. If
you have any other idea about testing, please feel free to share.
Thanks in advance,
Arunava.