When we do feature testing, it's normally an existing feature against a new one. This implies testing the new code just as if it were exposed to everyone, and the old code is already tested.
If you're seeing broken things in one execution path, then yes, I'd say testing would be a good idea.