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

jkevan pushed a commit to branch UNOMI-535-setPropertyAction-refacto
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to 
refs/heads/UNOMI-535-setPropertyAction-refacto by this push:
     new 642af57  UNOMI-535: cleanup, refacto, stabilization, fixes and new 
tests for SetPropertyAction, PropertyHelper and IncrementPropertyAction
642af57 is described below

commit 642af57b0175c1c4185d4aca765a8edcda452770
Author: Kevan <[email protected]>
AuthorDate: Mon Dec 6 11:01:07 2021 +0100

    UNOMI-535: cleanup, refacto, stabilization, fixes and new tests for 
SetPropertyAction, PropertyHelper and IncrementPropertyAction
---
 .../src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/itests/src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java 
b/itests/src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java
index f671273..f13007d 100644
--- a/itests/src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java
+++ b/itests/src/test/java/org/apache/unomi/itests/PropertiesUpdateActionIT.java
@@ -71,7 +71,6 @@ public class PropertiesUpdateActionIT extends BaseIT {
         profile.setProperties(new HashMap<>());
         profile.setProperty("lastName", "Jose"); // property that have a 
propertyType registered in the system
         profile.setProperty("prop4", "New property 4"); // property that do 
not have a propertyType registered in the system
-        profile.setProperty("prop4", "New property 4"); // property that do 
not have a propertyType registered in the system
         profileService.save(profile);
         LOGGER.info("Profile saved with ID [{}].", profile.getItemId());
 

Reply via email to