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 962c9e649a382cd59ba617964bece792d86b0304 Author: jcouteau <couteau@codelutin.com> Date: Tue Apr 21 08:40:06 2020 +0200 fixes #323 : fixes tests on CI (why does it work on my machine and not on CI ? --- .../test/java/org/chorem/pollen/services/service/VoteServiceTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java index 3b7b5f4e..7318dd12 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteServiceTest.java @@ -52,8 +52,6 @@ public class VoteServiceTest extends AbstractPollenServiceTest { @Test public void testPurgeOldVotes() { - - getServiceContext().setDate(new Date(1363948427576L)); //TODO should also check that old votes are properly anonymized try { service.purgeOldVotes(); @@ -65,6 +63,7 @@ public class VoteServiceTest extends AbstractPollenServiceTest { @Test public void testEditVote() throws Exception { PaginationParameterBean pagination = PaginationParameterBean.of(0,-1); + getServiceContext().setDate(new Date(1388707200000L)); login("jean@pollen.org", "fake"); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.