From 414f231e5d169c39e30e620abe8c758e55e9e75d Mon Sep 17 00:00:00 2001
From: benakamoorthi <benaka.moorthi@gmail.com>
Date: Tue, 7 Aug 2012 00:26:55 +0000
Subject: [PATCH] Refs #3274, fix build.

git-svn-id: http://dev.piwik.org/svn/trunk@6691 59fd770c-687e-43c8-a1e3-f5a4ff64c105
---
 ..._MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml b/tests/integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
index 898be3dfae..3883e3c393 100644
--- a/tests/integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
+++ b/tests/integration/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__Live.getLastVisitsDetails_range.xml
@@ -203,6 +203,8 @@
 				<pageIdAction>2</pageIdAction>
 				<pageId>1</pageId>
 				
+				<timeSpent>360</timeSpent>
+				<timeSpentPretty>6 min 0s</timeSpentPretty>
 				<icon />
 			</row>
 			<row>
@@ -259,6 +261,8 @@
 						<customVariableValue5>looking at &quot;profile page&quot;</customVariableValue5>
 					</row>
 				</customVariables>
+				<timeSpent>0</timeSpent>
+				<timeSpentPretty>0s</timeSpentPretty>
 				<icon />
 			</row>
 		</actionDetails>
-- 
GitLab