diff --git a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java index b80efc5683f9cbde400401ce0290af67011bf990..c0d58954fd623bdd01d7724d23d25683a02ef969 100644 --- a/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java +++ b/authentication/sourceTest/java/ch/systemsx/cisd/authentication/crowd/CrowdAuthenticationServiceTest.java @@ -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)