Skip to:
Adding more cloning to unit tests revealed a number of broken clone and constructor methods:
failure to initialize members
calling setters using properties on the destination instead of the source
failing to check for null objects to clone
http://svn.shibboleth.net/view/cpp-xmltooling?rev=928&view=revhttp://svn.shibboleth.net/view/cpp-opensaml?rev=682&view=rev
Adding more cloning to unit tests revealed a number of broken clone and constructor methods:
failure to initialize members
calling setters using properties on the destination instead of the source
failing to check for null objects to clone