You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2022/05/31 16:02:14 UTC

[unomi] branch UNOMI-579-fix-conditionevaluator-dates updated: UNOMI-579 Fix issue with testDate on Condition evaluator integration tests - Added a 1h increment to compensate for daylight saving time messing with the day interval calculation.

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch UNOMI-579-fix-conditionevaluator-dates
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/UNOMI-579-fix-conditionevaluator-dates by this push:
     new 599eb1583 UNOMI-579 Fix issue with testDate on Condition evaluator integration tests - Added a 1h increment to compensate for daylight saving time messing with the day interval calculation.
599eb1583 is described below

commit 599eb158368c7a5b351f7de2d4e7f479019735e6
Author: Serge Huber <sh...@jahia.com>
AuthorDate: Tue May 31 18:02:09 2022 +0200

    UNOMI-579 Fix issue with testDate on Condition evaluator integration tests
    - Added a 1h increment to compensate for daylight saving time messing with the day interval calculation.
---
 itests/src/test/java/org/apache/unomi/itests/ConditionEvaluatorIT.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/itests/src/test/java/org/apache/unomi/itests/ConditionEvaluatorIT.java b/itests/src/test/java/org/apache/unomi/itests/ConditionEvaluatorIT.java
index 6b3fe9fa5..574c340f4 100644
--- a/itests/src/test/java/org/apache/unomi/itests/ConditionEvaluatorIT.java
+++ b/itests/src/test/java/org/apache/unomi/itests/ConditionEvaluatorIT.java
@@ -23,7 +23,6 @@ import org.apache.unomi.api.Profile;
 import org.apache.unomi.api.conditions.Condition;
 import org.apache.unomi.api.services.DefinitionsService;
 import org.apache.unomi.persistence.spi.PersistenceService;
-import org.apache.unomi.plugins.baseplugin.conditions.PropertyConditionEvaluator;
 import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;