fix: update tests

This commit is contained in:
egarette@silique.fr 2025-04-26 09:21:46 +02:00
parent c4ce985783
commit 55a04625c8
185 changed files with 784 additions and 186 deletions

View file

@ -1,2 +1,2 @@
ROUGAIL_SECRET1="string1"
ROUGAIL_SECRET2="string1"
ROUGAIL_SECRET1="onE7vaLues_len1"
ROUGAIL_SECRET2="onE7vaLues_len1"

View file

@ -1,2 +1,2 @@
ROUGAIL_SECRET1="string1"
ROUGAIL_SECRET2="string1"
ROUGAIL_SECRET1="onE7vaLues_len1"
ROUGAIL_SECRET2="onE7vaLues_len1"

View file

@ -1 +1 @@
ROUGAIL_SECRET1="string1"
ROUGAIL_SECRET1="onE7vaLues_len1"

View file

@ -1,4 +1,4 @@
{
"secret1": "string1",
"secret2": "string1"
"secret1": "onE7vaLues_len1",
"secret2": "onE7vaLues_len1"
}

View file

@ -1,4 +1,4 @@
{
"secret1": "string1",
"secret1": "onE7vaLues_len1",
"secret2": "value"
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"var2\" (a second variable) because has property \"disabled\""
"cannot access to option \"var2\" (a second variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"var2\" (a second variable) because has property \"disabled\""
"cannot access to option \"var2\" (a second variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"var1\" (a first variable) because has property \"hidden\" (unknown is undefined)"
"cannot access to option \"var1\" (a first variable) because has property \"hidden\" (unknown is undefined) loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"variable\" (a variable) because has property \"disabled\""
"cannot access to option \"variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,2 +0,0 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1,12 +0,0 @@
{
"condition": [
"string1",
"string2",
"string3"
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,12 +0,0 @@
{
"condition": [
"string1",
"string2",
"string3"
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,2 +0,0 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL_CONDITION="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1 +0,0 @@
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -1,12 +0,0 @@
{
"condition": [
"string1",
"string2",
"string3"
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,11 +0,0 @@
{
"condition": [
"val1",
"val2"
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to optiondescription \"family\" (possibly hidden family) because has property \"hidden\""
"cannot access to optiondescription \"family\" (possibly hidden family) because has property \"hidden\" loaded from environment variable"
]
}

View file

@ -0,0 +1,2 @@
ROUGAIL_LEADERSHIP.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP.FOLLOWER="string1,string2,string3"

View file

@ -0,0 +1,2 @@
ROUGAIL_LEADERSHIP.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP.FOLLOWER="string1,string2,string3"

View file

@ -0,0 +1,16 @@
{
"leadership.leader": [
{
"leadership.leader": "string1",
"leadership.follower": "string1"
},
{
"leadership.leader": "string2",
"leadership.follower": "string2"
},
{
"leadership.leader": "string3",
"leadership.follower": "string3"
}
]
}

View file

@ -0,0 +1,12 @@
{
"leadership.leader": [
{
"leadership.leader": "value1",
"leadership.follower": "value1"
},
{
"leadership.leader": "value2",
"leadership.follower": "value2"
}
]
}

View file

@ -0,0 +1,16 @@
{
"leadership.leader": [
{
"leadership.leader": "value1",
"leadership.follower": [
"value1"
]
},
{
"leadership.leader": "value2",
"leadership.follower": [
"value2"
]
}
]
}

View file

@ -0,0 +1,3 @@
ROUGAIL_LEADER.LEADER="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1,3 @@
ROUGAIL_LEADER.LEADER="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER="string1,string2,string3"
ROUGAIL_VARIABLE="string1,string2,string3"

View file

@ -0,0 +1,21 @@
{
"leader.leader": [
{
"leader.leader": "string1",
"leader.follower": "string1"
},
{
"leader.leader": "string2",
"leader.follower": "string2"
},
{
"leader.leader": "string3",
"leader.follower": "string3"
}
],
"variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -0,0 +1,16 @@
{
"leader.leader": [
{
"leader.leader": "a",
"leader.follower": null
},
{
"leader.leader": "b",
"leader.follower": null
}
],
"variable": [
null,
null
]
}

View file

@ -0,0 +1,4 @@
ROUGAIL_CALCULATE="string1,string2,string3"
ROUGAIL_LEADER.LEADER="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"

View file

@ -0,0 +1,4 @@
ROUGAIL_CALCULATE="string1,string2,string3"
ROUGAIL_LEADER.LEADER="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER1="string1,string2,string3"
ROUGAIL_LEADER.FOLLOWER2="string1,string2,string3"

View file

@ -0,0 +1,24 @@
{
"calculate": [
"string1",
"string2",
"string3"
],
"leader.leader": [
{
"leader.leader": "string1",
"leader.follower1": "string1",
"leader.follower2": "string1"
},
{
"leader.leader": "string2",
"leader.follower1": "string2",
"leader.follower2": "string2"
},
{
"leader.leader": "string3",
"leader.follower1": "string3",
"leader.follower2": "string3"
}
]
}

View file

@ -0,0 +1,18 @@
{
"calculate": [
"value1",
"value2"
],
"leader.leader": [
{
"leader.leader": "value1",
"leader.follower1": "val11",
"leader.follower2": "val21"
},
{
"leader.leader": "value2",
"leader.follower1": "val11",
"leader.follower2": "val21"
}
]
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
ROUGAIL_LEADERSHIP_1.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP_1.FOLLOWER="string1,string2,string3"
ROUGAIL_LEADERSHIP_2.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP_2.FOLLOWER="string1,string2,string3"

View file

@ -0,0 +1,4 @@
ROUGAIL_LEADERSHIP_1.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP_1.FOLLOWER="string1,string2,string3"
ROUGAIL_LEADERSHIP_2.LEADER="string1,string2,string3"
ROUGAIL_LEADERSHIP_2.FOLLOWER="string1,string2,string3"

View file

@ -0,0 +1 @@
ROUGAIL_LEADERSHIP_1.FOLLOWER="string1,string2"

View file

@ -0,0 +1,30 @@
{
"leadership_1.leader": [
{
"leadership_1.leader": "string1",
"leadership_1.follower": "string1"
},
{
"leadership_1.leader": "string2",
"leadership_1.follower": "string2"
},
{
"leadership_1.leader": "string3",
"leadership_1.follower": "string3"
}
],
"leadership_2.leader": [
{
"leadership_2.leader": "string1",
"leadership_2.follower": "string1"
},
{
"leadership_2.leader": "string2",
"leadership_2.follower": "string2"
},
{
"leadership_2.leader": "string3",
"leadership_2.follower": "string3"
}
]
}

View file

@ -0,0 +1,22 @@
{
"leadership_1.leader": [
{
"leadership_1.leader": "value1",
"leadership_1.follower": "string1"
},
{
"leadership_1.leader": "value2",
"leadership_1.follower": "string2"
}
],
"leadership_2.leader": [
{
"leadership_2.leader": "string1",
"leadership_2.follower": "val"
},
{
"leadership_2.leader": "string2",
"leadership_2.follower": "val"
}
]
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1 @@
ROUGAIL_LEADERSHIP_1.FOLLOWER="string1,string2"

View file

@ -0,0 +1,28 @@
{
"leadership_1.leader": [
{
"leadership_1.leader": "value1",
"leadership_1.follower": "string1"
},
{
"leadership_1.leader": "value2",
"leadership_1.follower": "string2"
}
],
"leadership_2.leader": [
{
"leadership_2.leader": "value1",
"leadership_2.follower": [
"value1",
"value2"
]
},
{
"leadership_2.leader": "value2",
"leadership_2.follower": [
"value1",
"value2"
]
}
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"leader.follower\" (a follower) because has property \"disabled\" (disabled)"
"cannot access to option \"leader.follower\" (a follower) because has property \"disabled\" (disabled) loaded from environment variable"
]
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,4 @@
{
"errors": [],
"warnings": []
}

View file

@ -0,0 +1,3 @@
ROUGAIL_VAR="Val1,VAL2"
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2.VAR="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2.VAR="string1"

View file

@ -0,0 +1,2 @@
ROUGAIL_DYNVAL1.VAR="string1"
ROUGAIL_DYNVAL2.VAR="string1"

View file

@ -0,0 +1,8 @@
{
"var": [
"Val1",
"VAL2"
],
"dynval1.var": "string1",
"dynval2.var": "string1"
}

View file

@ -0,0 +1,8 @@
{
"var": [
"Val1",
"VAL2"
],
"dynval1.var": "string1",
"dynval2.var": "string1"
}

View file

@ -1,7 +1,7 @@
{
"errors": [],
"warnings": [
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)",
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled)"
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled) loaded from environment variable",
"cannot access to optiondescription \"dynval2\" (a dynamic family) because has property \"hidden\" (disabled) loaded from environment variable"
]
}

View file

@ -1,2 +1,2 @@
ROUGAIL.SECRET1="string1"
ROUGAIL.SECRET2="string1"
ROUGAIL.SECRET1="onE7vaLues_len1"
ROUGAIL.SECRET2="onE7vaLues_len1"

View file

@ -1,2 +1,2 @@
ROUGAIL.SECRET1="string1"
ROUGAIL.SECRET2="string1"
ROUGAIL.SECRET1="onE7vaLues_len1"
ROUGAIL.SECRET2="onE7vaLues_len1"

View file

@ -1 +1 @@
ROUGAIL.SECRET1="string1"
ROUGAIL.SECRET1="onE7vaLues_len1"

View file

@ -1,4 +1,4 @@
{
"rougail.secret1": "string1",
"rougail.secret2": "string1"
"rougail.secret1": "onE7vaLues_len1",
"rougail.secret2": "onE7vaLues_len1"
}

View file

@ -1,4 +1,4 @@
{
"rougail.secret1": "string1",
"rougail.secret1": "onE7vaLues_len1",
"rougail.secret2": "value"
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.var\" (autosave variable) because has property \"hidden\""
"cannot access to option \"rougail.var\" (autosave variable) because has property \"hidden\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\""
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\""
"cannot access to option \"rougail.var2\" (a second variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (unknown is undefined)"
"cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (unknown is undefined) loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\""
"cannot access to option \"rougail.variable\" (a variable) because has property \"disabled\" loaded from environment variable"
]
}

View file

@ -1,2 +0,0 @@
ROUGAIL.CONDITION="string1,string2,string3"
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL.CONDITION="string1,string2,string3"
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL.CONDITION="string1,string2,string3"
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1,12 +0,0 @@
{
"rougail.condition": [
"string1",
"string2",
"string3"
],
"rougail.variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,12 +0,0 @@
{
"rougail.condition": [
"string1",
"string2",
"string3"
],
"rougail.variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,2 +0,0 @@
ROUGAIL.CONDITION="string1,string2,string3"
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1,2 +0,0 @@
ROUGAIL.CONDITION="string1,string2,string3"
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1 +0,0 @@
ROUGAIL.VARIABLE="string1,string2,string3"

View file

@ -1,12 +0,0 @@
{
"rougail.condition": [
"string1",
"string2",
"string3"
],
"rougail.variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,11 +0,0 @@
{
"rougail.condition": [
"val1",
"val2"
],
"rougail.variable": [
"string1",
"string2",
"string3"
]
}

View file

@ -1,7 +1,7 @@
{
"errors": [],
"warnings": [
"cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (condition is yes)",
"cannot access to option \"rougail.var2\" (a second variable) because has property \"hidden\" (condition is yes)"
"cannot access to option \"rougail.var1\" (a first variable) because has property \"hidden\" (condition is yes) loaded from environment variable",
"cannot access to option \"rougail.var2\" (a second variable) because has property \"hidden\" (condition is yes) loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to optiondescription \"rougail.family\" because has property \"disabled\" (true)"
"cannot access to optiondescription \"rougail.family\" because has property \"disabled\" (true) loaded from environment variable"
]
}

View file

@ -1,6 +1,6 @@
{
"errors": [],
"warnings": [
"cannot access to optiondescription \"rougail.family\" because has property \"disabled\" (true)"
"cannot access to optiondescription \"rougail.family\" because has property \"disabled\" (true) loaded from environment variable"
]
}

Some files were not shown because too many files have changed in this diff Show more