You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/09/16 11:33:41 UTC

[isis] branch master updated: ISIS-2871: password test fix

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new cd51f4d  ISIS-2871: password test fix
cd51f4d is described below

commit cd51f4d58f85088f6290d5f20f8eb9d958d308d6
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 16 13:33:33 2021 +0200

    ISIS-2871: password test fix
---
 .../src/test/java/org/apache/isis/applib/value/Password_Test.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/applib/src/test/java/org/apache/isis/applib/value/Password_Test.java b/api/applib/src/test/java/org/apache/isis/applib/value/Password_Test.java
index 8f747b0..8b9ab05 100644
--- a/api/applib/src/test/java/org/apache/isis/applib/value/Password_Test.java
+++ b/api/applib/src/test/java/org/apache/isis/applib/value/Password_Test.java
@@ -28,8 +28,8 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 import lombok.val;
 
 class Password_Test {
-    
-    private static final String STARS = "********************";
+
+    private static final String STARS = "*";
 
     @Nested
     public class checkPassword {