[pollen] branch develop updated (7194fe4 -> fb2544c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 7194fe4 add icon for poll tab, edit icon for clone and export poll new fb2544c add continuous results in vote counting test 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 fb2544cb89c14b83757d9026a670f9ef08b5040d Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon Aug 18 18:03:54 2014 +0200 add continuous results in vote counting test Summary of changes: .../java/org/chorem/pollen/services/service/VoteCountingServiceTest.java | 1 + 1 file changed, 1 insertion(+) -- 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 http://git.chorem.org/pollen.git commit fb2544cb89c14b83757d9026a670f9ef08b5040d Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Mon Aug 18 18:03:54 2014 +0200 add continuous results in vote counting test --- .../java/org/chorem/pollen/services/service/VoteCountingServiceTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java index 3238aaa..c025bf6 100644 --- a/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java +++ b/pollen-services/src/test/java/org/chorem/pollen/services/service/VoteCountingServiceTest.java @@ -77,6 +77,7 @@ public class VoteCountingServiceTest extends AbstractPollenServiceTest { poll.setBeginDate(DateUtils.addMinutes(serviceContext.getNow(), -1)); poll.setTitle("poll1"); + poll.setContinuousResults(true); List<ChoiceBean> choices = new ArrayList<>(); -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm