From 5a23cd06a3399db6d7d53f930f2af33874fa3425 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 5 Oct 2015 17:53:14 +1300
Subject: [PATCH] Adding expected test files to git

---
 ...downloadUrl__API.getSuggestedValuesForSegment.xml | 12 ++++++++++++
 ...tAPITest_downloadUrl__VisitsSummary.get_range.xml | 12 ++++++++++++
 ..._outlinkUrl__API.getSuggestedValuesForSegment.xml | 12 ++++++++++++
 ...stAPITest_outlinkUrl__VisitsSummary.get_range.xml | 12 ++++++++++++
 4 files changed, 48 insertions(+)
 create mode 100644 tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__API.getSuggestedValuesForSegment.xml
 create mode 100644 tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__VisitsSummary.get_range.xml
 create mode 100644 tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__API.getSuggestedValuesForSegment.xml
 create mode 100644 tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__VisitsSummary.get_range.xml

diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__API.getSuggestedValuesForSegment.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__API.getSuggestedValuesForSegment.xml
new file mode 100644
index 0000000000..b30da2f6c7
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__API.getSuggestedValuesForSegment.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+	<row>http://example.org/path/file1.zip</row>
+	<row>http://example.org/path/file0.zip</row>
+	<row>http://example.org/path/file2.zip</row>
+	<row>http://example.org/path/file3.zip</row>
+	<row>http://example.org/path/file4.zip</row>
+	<row>http://example.org/path/file7.zip</row>
+	<row>http://example.org/path/file6.zip</row>
+	<row>http://example.org/path/file5.zip</row>
+	<row>http://example.org/path/file8.zip</row>
+</result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__VisitsSummary.get_range.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__VisitsSummary.get_range.xml
new file mode 100644
index 0000000000..f83f0d8a40
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_downloadUrl__VisitsSummary.get_range.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+	<nb_visits>4</nb_visits>
+	<nb_actions>16</nb_actions>
+	<nb_visits_converted>4</nb_visits_converted>
+	<bounce_count>0</bounce_count>
+	<sum_visit_length>6484</sum_visit_length>
+	<max_actions>4</max_actions>
+	<bounce_rate>0%</bounce_rate>
+	<nb_actions_per_visit>4</nb_actions_per_visit>
+	<avg_time_on_site>1621</avg_time_on_site>
+</result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__API.getSuggestedValuesForSegment.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__API.getSuggestedValuesForSegment.xml
new file mode 100644
index 0000000000..4c58bd37df
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__API.getSuggestedValuesForSegment.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+	<row>http://example-outlink.org/1.html</row>
+	<row>http://example-outlink.org/0.html</row>
+	<row>http://example-outlink.org/2.html</row>
+	<row>http://example-outlink.org/3.html</row>
+	<row>http://example-outlink.org/4.html</row>
+	<row>http://example-outlink.org/7.html</row>
+	<row>http://example-outlink.org/6.html</row>
+	<row>http://example-outlink.org/5.html</row>
+	<row>http://example-outlink.org/8.html</row>
+</result>
\ No newline at end of file
diff --git a/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__VisitsSummary.get_range.xml b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__VisitsSummary.get_range.xml
new file mode 100644
index 0000000000..f83f0d8a40
--- /dev/null
+++ b/tests/PHPUnit/System/expected/test_AutoSuggestAPITest_outlinkUrl__VisitsSummary.get_range.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<result>
+	<nb_visits>4</nb_visits>
+	<nb_actions>16</nb_actions>
+	<nb_visits_converted>4</nb_visits_converted>
+	<bounce_count>0</bounce_count>
+	<sum_visit_length>6484</sum_visit_length>
+	<max_actions>4</max_actions>
+	<bounce_rate>0%</bounce_rate>
+	<nb_actions_per_visit>4</nb_actions_per_visit>
+	<avg_time_on_site>1621</avg_time_on_site>
+</result>
\ No newline at end of file
-- 
GitLab