Update tests (#595)

This commit is contained in:
Xavier Guimard 2017-01-30 09:08:46 +00:00
parent 5e2e7a62ee
commit 67712c789c
4 changed files with 7 additions and 7 deletions

View File

@ -1363,7 +1363,7 @@
"type": "simpleInputContainer" "type": "simpleInputContainer"
}, { }, {
"_nodes": [{ "_nodes": [{
"default": "http://auth.example.com/mail.pl", "default": "http://auth.example.com/resetpwd",
"id": "mailUrl", "id": "mailUrl",
"title": "mailUrl" "title": "mailUrl"
}, { }, {

View File

@ -1528,10 +1528,10 @@
"title": "mailOther", "title": "mailOther",
"type": "simpleInputContainer", "type": "simpleInputContainer",
"nodes": [{ "nodes": [{
"default": "http://auth.example.com/mail.pl", "default": "http://auth.example.com/resetpwd",
"id": "mailUrl", "id": "mailUrl",
"title": "mailUrl", "title": "mailUrl",
"data": "http://auth.example.com/mail.pl" "data": "http://auth.example.com/resetpwd"
}, { }, {
"default": "[A-Z]{3}[a-z]{5}.\\d{2}", "default": "[A-Z]{3}[a-z]{5}.\\d{2}",
"id": "randomPasswordRegexp", "id": "randomPasswordRegexp",

View File

@ -1539,10 +1539,10 @@
"title": "mailOther", "title": "mailOther",
"type": "simpleInputContainer", "type": "simpleInputContainer",
"nodes": [{ "nodes": [{
"default": "http://auth.example.com/mail.pl", "default": "http://auth.example.com/resetpwd",
"id": "mailUrl", "id": "mailUrl",
"title": "mailUrl", "title": "mailUrl",
"data": "http://auth.example.com/mail.pl" "data": "http://auth.example.com/resetpwd"
}, { }, {
"default": "[A-Z]{3}[a-z]{5}.\\d{2}", "default": "[A-Z]{3}[a-z]{5}.\\d{2}",
"id": "randomPasswordRegexp", "id": "randomPasswordRegexp",

View File

@ -1528,10 +1528,10 @@
"title": "mailOther", "title": "mailOther",
"type": "simpleInputContainer", "type": "simpleInputContainer",
"nodes": [{ "nodes": [{
"default": "http://auth.example.com/mail.pl", "default": "http://auth.example.com/resetpwd",
"id": "mailUrl", "id": "mailUrl",
"title": "mailUrl", "title": "mailUrl",
"data": "http://auth.example.com/mail.pl" "data": "http://auth.example.com/resetpwd"
}, { }, {
"default": "[A-Z]{3}[a-z]{5}.\\d{2}", "default": "[A-Z]{3}[a-z]{5}.\\d{2}",
"id": "randomPasswordRegexp", "id": "randomPasswordRegexp",