is($preferences_get->{content}->{cli},$intentional_cli,"1. check that cli was preserved on subscriber phones update: $preferences_get->{content}->{cli} == $intentional_cli");
is($preferences_get->{content}->{cli},$intentional_cli,"2. check that cli was preserved on subscriber phones update: $preferences_get->{content}->{cli} == $intentional_cli");
#/2
#now prepare preferences for zero situation, when synchronization will be restarted again
@ -158,7 +160,7 @@ my $remote_config = $test_machine->init_catalyst_config;
is($preferences_get->{content}->{cli},number_as_string($intentional_primary_number),"check that cli was created on subscriber phones update: $preferences_get->{content}->{cli} == ".number_as_string($intentional_primary_number));
#/3
$intentional_primary_number={
@ -168,12 +170,12 @@ my $remote_config = $test_machine->init_catalyst_config;
is($preferences_get->{content}->{cli},number_as_string($intentional_primary_number),"check that cli was updated on subscriber phones update: $preferences_get->{content}->{cli} == ".number_as_string($intentional_primary_number));
is_deeply($groups->[1]->{content}->{pbx_groupmember_ids},$group_get_after->{pbx_groupmember_ids},"Check group members order after touching it's member");
#7453 - we have modifications, so we can check modify_timestamp
ok(length($members_2_after_touch->{create_timestamp})>8,"check create_timestamp not empty ".$members_2_after_touch->{create_timestamp});
ok(length($members_2_after_touch->{modify_timestamp})>8,"check modify_timestamp not empty ".$members_2_after_touch->{modify_timestamp});
$test_machine->clear_test_data_all();#fake data aren't registered in this test machine, so they will stay.