You need to sign in to do that
Don't have an account?
Potential Bug report: Using site.validatePassword in a test class
Hey all,
Just wanted to submit this here, to see if others have experience it to. If I'm running an Apex test and the code hits site.validatePassword, I get the following error:
Andy
Just wanted to submit this here, to see if others have experience it to. If I'm running an Apex test and the code hits site.validatePassword, I get the following error:
System.UnexpectedException: Salesforce System Error: 2089153553-377506 (-1123129540) (-1123129540)I've got a work-around in place, but wanted to see if anybody else is dealing with it. It would be good to get it fixed, as the workaround is costing me code coverage
Andy
I'm facing the exact same issue. Did you get any fix for it?
Ray.
Additionally - I just removed the bypass in my test code to check it and found that I'm still getting the error, so it remains an unresolved bug.