From 2f58f6715e1f5ad5c4eb2bea1c7004c9a47825aa Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 28 Mar 2022 14:38:04 +0200 Subject: [PATCH] convert regression tests to new 'remove-vanished' parameter Signed-off-by: Dominik Csapak Signed-off-by: Thomas Lamprecht --- src/test/realm_sync_test.pl | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/test/realm_sync_test.pl b/src/test/realm_sync_test.pl index 78089fa..304c7ed 100755 --- a/src/test/realm_sync_test.pl +++ b/src/test/realm_sync_test.pl @@ -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', }, { -- 2.39.5