From d780c4495e0e4d42d304a76256eefec81aee5620 Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@gmail.com>
Date: Mon, 23 Feb 2015 03:09:58 +0000
Subject: [PATCH] fixed some system tests as we changed the example api method

---
 ...test_ImportLogs__ExamplePlugin.getExampleReport_month.xml | 5 +++++
 ...eVisitorTwoVisits__ExamplePlugin.getExampleReport_day.xml | 5 +++++
 ...isit_PeriodIsLast__ExamplePlugin.getExampleReport_day.xml | 5 +++++
 ...sit_PeriodIsLast__ExamplePlugin.getExampleReport_week.xml | 5 +++++
 .../test_noVisit__ExamplePlugin.getExampleReport_day.xml     | 5 +++++
 5 files changed, 25 insertions(+)

diff --git a/tests/PHPUnit/System/expected/test_ImportLogs__ExamplePlugin.getExampleReport_month.xml b/tests/PHPUnit/System/expected/test_ImportLogs__ExamplePlugin.getExampleReport_month.xml
index 1b2fed39f9..49765ba76c 100644
--- a/tests/PHPUnit/System/expected/test_ImportLogs__ExamplePlugin.getExampleReport_month.xml
+++ b/tests/PHPUnit/System/expected/test_ImportLogs__ExamplePlugin.getExampleReport_month.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <result>
 	<row>
+		<label>My Label 1</label>
+		<nb_visits>1</nb_visits>
+	</row>
+	<row>
+		<label>My Label 2</label>
 		<nb_visits>5</nb_visits>
 	</row>
 </result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__ExamplePlugin.getExampleReport_day.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__ExamplePlugin.getExampleReport_day.xml
index 1b2fed39f9..49765ba76c 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__ExamplePlugin.getExampleReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__ExamplePlugin.getExampleReport_day.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <result>
 	<row>
+		<label>My Label 1</label>
+		<nb_visits>1</nb_visits>
+	</row>
+	<row>
+		<label>My Label 2</label>
 		<nb_visits>5</nb_visits>
 	</row>
 </result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_day.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_day.xml
index 1b2fed39f9..49765ba76c 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_day.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <result>
 	<row>
+		<label>My Label 1</label>
+		<nb_visits>1</nb_visits>
+	</row>
+	<row>
+		<label>My Label 2</label>
 		<nb_visits>5</nb_visits>
 	</row>
 </result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_week.xml b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_week.xml
index 1b2fed39f9..49765ba76c 100644
--- a/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_week.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit_PeriodIsLast__ExamplePlugin.getExampleReport_week.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <result>
 	<row>
+		<label>My Label 1</label>
+		<nb_visits>1</nb_visits>
+	</row>
+	<row>
+		<label>My Label 2</label>
 		<nb_visits>5</nb_visits>
 	</row>
 </result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_noVisit__ExamplePlugin.getExampleReport_day.xml b/tests/PHPUnit/System/expected/test_noVisit__ExamplePlugin.getExampleReport_day.xml
index 1b2fed39f9..49765ba76c 100644
--- a/tests/PHPUnit/System/expected/test_noVisit__ExamplePlugin.getExampleReport_day.xml
+++ b/tests/PHPUnit/System/expected/test_noVisit__ExamplePlugin.getExampleReport_day.xml
@@ -1,6 +1,11 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <result>
 	<row>
+		<label>My Label 1</label>
+		<nb_visits>1</nb_visits>
+	</row>
+	<row>
+		<label>My Label 2</label>
 		<nb_visits>5</nb_visits>
 	</row>
 </result>
\ No newline at end of file
-- 
GitLab