branch develop updated (5f7a295f -> fa5c3466)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 5f7a295f correction de l'initialisation de la base de données new fa5c3466 correction des tests The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit fa5c3466a812cf584a4552d7d130ba09e0ac6166 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Oct 20 14:20:40 2017 +0200 correction des tests Summary of changes: .../org/chorem/pollen/services/test/FakePollenServiceContext.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit fa5c3466a812cf584a4552d7d130ba09e0ac6166 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Oct 20 14:20:40 2017 +0200 correction des tests --- .../org/chorem/pollen/services/test/FakePollenServiceContext.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java index 3469dc27..db728187 100644 --- a/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java +++ b/pollen-services/src/main/java/org/chorem/pollen/services/test/FakePollenServiceContext.java @@ -72,9 +72,5 @@ public class FakePollenServiceContext extends DefaultPollenServiceContext { public void setDate(Date date) { this.date = date; } - - @Override - public FakePollenSecurityContext getSecurityContext() { - return (FakePollenSecurityContext) super.getSecurityContext(); - } + } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm