mirror of
git://git.proxmox.com/git/pve-access-control.git
synced 2025-01-22 22:03:46 +03:00
convert regression tests to new 'remove-vanished' parameter
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
98df2ebc53
commit
2f58f6715e
@ -150,8 +150,6 @@ my $tests = [
|
||||
"non-full without purge",
|
||||
{
|
||||
realm => 'syncedrealm',
|
||||
full => 0,
|
||||
purge => 0,
|
||||
scope => 'both',
|
||||
},
|
||||
{
|
||||
@ -198,8 +196,7 @@ my $tests = [
|
||||
"full without purge",
|
||||
{
|
||||
realm => 'syncedrealm',
|
||||
full => 1,
|
||||
purge => 0,
|
||||
'remove-vanished' => 'entry;properties',
|
||||
scope => 'both',
|
||||
},
|
||||
{
|
||||
@ -240,8 +237,7 @@ my $tests = [
|
||||
"non-full with purge",
|
||||
{
|
||||
realm => 'syncedrealm',
|
||||
full => 0,
|
||||
purge => 1,
|
||||
'remove-vanished' => 'acl',
|
||||
scope => 'both',
|
||||
},
|
||||
{
|
||||
@ -286,8 +282,7 @@ my $tests = [
|
||||
"full with purge",
|
||||
{
|
||||
realm => 'syncedrealm',
|
||||
full => 1,
|
||||
purge => 1,
|
||||
'remove-vanished' => 'acl;entry;properties',
|
||||
scope => 'both',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user