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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0bbf969  [SYNCOPE-1455] Fixing JPA JSON tests
0bbf969 is described below

commit 0bbf969175bf1b3c65e546d51485628906b3cde7
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Jun 26 18:10:51 2020 +0200

    [SYNCOPE-1455] Fixing JPA JSON tests
---
 .../persistence-jpa-json/src/test/resources/domains/MasterContent.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/core/persistence-jpa-json/src/test/resources/domains/MasterContent.xml 
b/core/persistence-jpa-json/src/test/resources/domains/MasterContent.xml
index ca04393..f69dffb 100644
--- a/core/persistence-jpa-json/src/test/resources/domains/MasterContent.xml
+++ b/core/persistence-jpa-json/src/test/resources/domains/MasterContent.xml
@@ -2378,7 +2378,9 @@ $$ }&#10;
 
   <SecurityQuestion id="887028ea-66fc-41e7-b397-620d7ea6dfbb" content="What's 
your mother's maiden name?"/>
 
-  <GatewayRoute id="ec7bada2-3dd6-460c-8441-65521d005ffa" name="basic1" 
target="http://httpbin.org:80"; 
predicates="[{&quot;cond&quot;:null,&quot;factory&quot;:&quot;METHOD&quot;,&quot;args&quot;:&quot;GET&quot;}]"/>
+  <SRARoute id="ec7bada2-3dd6-460c-8441-65521d005ffa" name="basic1" 
target="http://httpbin.org:80";
+            logout="0" csrf="1"
+            
predicates="[{&quot;cond&quot;:null,&quot;factory&quot;:&quot;METHOD&quot;,&quot;args&quot;:&quot;GET&quot;}]"/>
 
   <SyncopeLogger logType="AUDIT" 
logName="syncope.audit.[LOGIC]:[SyncopeLogic]:[]:[isSelfRegAllowed]:[SUCCESS]" 
logLevel="DEBUG"/>
 

Reply via email to