Anton Pevtsov wrote:
> Martin, I updated tests for append, assign, insert and replace using
> your last changes.
Excellent, thanks!
> The difference files are attached (difference to replace will go
> separately).
> I added #include <new> for cases when _RWSTD_NO_REPLACEABLE_NEW_DELETE
> is not defined.
Good catch, thanks for taking care of this!
>
> Regarding to assertion in the append test: it was a typo bug in the test
> cases array, now it is fixed.
> In previous versions the res string wasn't be used in exception safety
> test, so the were no assertions.
I see.
I committed your changes here:
http://svn.apache.org/viewcvs.cgi?rev=396912&view=rev
Martin
|