From cac7cdaebe53301e0ef5a7734b23b6353de17b1b Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 10 Sep 2007 06:41:38 +0000 Subject: [PATCH] e-mail of test user changed in order to be the same as in Crowd SVN: 1646 --- .../cisd/authentication/DummyAuthenticationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java b/authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java index 201c6498b8b..3667453760a 100644 --- a/authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java +++ b/authentication/source/java/ch/systemsx/cisd/authentication/DummyAuthenticationService.java @@ -47,7 +47,7 @@ public final class DummyAuthenticationService implements IAuthenticationService 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() -- GitLab