
2 Jan
2008
2 Jan
'08
6:32 p.m.
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.