From 2ffda92c7dcc381a9ddbfce60c82b0c7cf9169fe Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Thu, 6 Oct 2016 14:07:44 +1300
Subject: [PATCH] Fix system tests refs  #10691

---
 .../test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml   | 4 ++--
 ...neVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml | 4 ++--
 ...Visit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml | 4 ++--
 .../test_noVisit__CorePluginsAdmin.getSystemSettings.xml      | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml b/tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml
index b4d4316097..7f6c3671eb 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__CorePluginsAdmin.getSystemSettings.xml
@@ -27,8 +27,8 @@
 			<row>
 				<name>enable_plugin_update_communication</name>
 				<title />
-				<value>0</value>
-				<defaultValue>0</defaultValue>
+				<value>1</value>
+				<defaultValue>1</defaultValue>
 				<type>boolean</type>
 				<uiControl>radio</uiControl>
 				<uiControlAttributes>
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml
index b4d4316097..7f6c3671eb 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CorePluginsAdmin.getSystemSettings.xml
@@ -27,8 +27,8 @@
 			<row>
 				<name>enable_plugin_update_communication</name>
 				<title />
-				<value>0</value>
-				<defaultValue>0</defaultValue>
+				<value>1</value>
+				<defaultValue>1</defaultValue>
 				<type>boolean</type>
 				<uiControl>radio</uiControl>
 				<uiControlAttributes>
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml
index b4d4316097..7f6c3671eb 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__CorePluginsAdmin.getSystemSettings.xml
@@ -27,8 +27,8 @@
 			<row>
 				<name>enable_plugin_update_communication</name>
 				<title />
-				<value>0</value>
-				<defaultValue>0</defaultValue>
+				<value>1</value>
+				<defaultValue>1</defaultValue>
 				<type>boolean</type>
 				<uiControl>radio</uiControl>
 				<uiControlAttributes>
diff --git a/tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getSystemSettings.xml b/tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getSystemSettings.xml
index b4d4316097..7f6c3671eb 100644
--- a/tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getSystemSettings.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit__CorePluginsAdmin.getSystemSettings.xml
@@ -27,8 +27,8 @@
 			<row>
 				<name>enable_plugin_update_communication</name>
 				<title />
-				<value>0</value>
-				<defaultValue>0</defaultValue>
+				<value>1</value>
+				<defaultValue>1</defaultValue>
 				<type>boolean</type>
 				<uiControl>radio</uiControl>
 				<uiControlAttributes>
-- 
GitLab