Skip to content
Snippets Groups Projects
Commit cac7cdae authored by felmer's avatar felmer
Browse files

e-mail of test user changed in order to be the same as in Crowd

SVN: 1646
parent d842efb0
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public final class DummyAuthenticationService implements IAuthenticationService ...@@ -47,7 +47,7 @@ public final class DummyAuthenticationService implements IAuthenticationService
public final Principal getPrincipal(String applicationToken, String user) public final Principal getPrincipal(String applicationToken, String user)
{ {
return new Principal(user, "John", "Doe", "jdoe@somewhere.org"); return new Principal(user, "John", "Doe", "franz-josef.elmer@systemsx.ch");
} }
public final void check() public final void check()
......
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