Skip to content
Snippets Groups Projects
Commit 65c023c1 authored by brinn's avatar brinn
Browse files

fix: unit test expectations

SVN: 7397
parent 4f4d88a7
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,8 @@ public class CrowdAuthenticationServiceTest
private String createLogEntry(final String level, final String message)
{
return level + " OPERATION." + authenticationService.getClass().getName() + " - " + message;
return level + " OPERATION." + authenticationService.getClass().getSimpleName() + " - "
+ message;
}
private String createXMLElement(final String element, final String content)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment