From e4ef99c390b21191f3c829d18ebf5eb20aff22ef Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Sun, 11 Sep 2011 05:48:02 +0000 Subject: [PATCH] fixing build? git-svn-id: http://dev.piwik.org/svn/trunk@5153 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- ...eportMetadata__API.getSegmentsMetadata.xml | 73 ++++++++++--------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/tests/integration/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml b/tests/integration/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml index b43c9e9424..1426b77a4d 100644 --- a/tests/integration/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml +++ b/tests/integration/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml @@ -173,62 +173,62 @@ <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 1 (scope page)</name> - <segment>customVariablePageName1</segment> + <name>Custom Variable name 1 (scope visit)</name> + <segment>customVariableName1</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 1 (scope visit)</name> - <segment>customVariableName1</segment> + <name>Custom Variable name 2 (scope visit)</name> + <segment>customVariableName2</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 2 (scope page)</name> - <segment>customVariablePageName2</segment> + <name>Custom Variable name 3 (scope visit)</name> + <segment>customVariableName3</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 2 (scope visit)</name> - <segment>customVariableName2</segment> + <name>Custom Variable name 4 (scope visit)</name> + <segment>customVariableName4</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 3 (scope page)</name> - <segment>customVariablePageName3</segment> + <name>Custom Variable name 5 (scope visit)</name> + <segment>customVariableName5</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 3 (scope visit)</name> - <segment>customVariableName3</segment> + <name>Custom Variable name 1 (scope page)</name> + <segment>customVariablePageName1</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 4 (scope page)</name> - <segment>customVariablePageName4</segment> + <name>Custom Variable name 2 (scope page)</name> + <segment>customVariablePageName2</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 4 (scope visit)</name> - <segment>customVariableName4</segment> + <name>Custom Variable name 3 (scope page)</name> + <segment>customVariablePageName3</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 5 (scope page)</name> - <segment>customVariablePageName5</segment> + <name>Custom Variable name 4 (scope page)</name> + <segment>customVariablePageName4</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable name 5 (scope visit)</name> - <segment>customVariableName5</segment> + <name>Custom Variable name 5 (scope page)</name> + <segment>customVariablePageName5</segment> </row> <row> <type>dimension</type> @@ -239,50 +239,50 @@ <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 1 (scope visit)</name> - <segment>customVariableValue1</segment> + <name>Custom Variable value 2 (scope page)</name> + <segment>customVariablePageValue2</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 2 (scope page)</name> - <segment>customVariablePageValue2</segment> + <name>Custom Variable value 3 (scope page)</name> + <segment>customVariablePageValue3</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 2 (scope visit)</name> - <segment>customVariableValue2</segment> + <name>Custom Variable value 4 (scope page)</name> + <segment>customVariablePageValue4</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 3 (scope page)</name> - <segment>customVariablePageValue3</segment> + <name>Custom Variable value 5 (scope page)</name> + <segment>customVariablePageValue5</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 3 (scope visit)</name> - <segment>customVariableValue3</segment> + <name>Custom Variable value 1 (scope visit)</name> + <segment>customVariableValue1</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 4 (scope page)</name> - <segment>customVariablePageValue4</segment> + <name>Custom Variable value 2 (scope visit)</name> + <segment>customVariableValue2</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 4 (scope visit)</name> - <segment>customVariableValue4</segment> + <name>Custom Variable value 3 (scope visit)</name> + <segment>customVariableValue3</segment> </row> <row> <type>dimension</type> <category>Custom Variables</category> - <name>Custom Variable value 5 (scope page)</name> - <segment>customVariablePageValue5</segment> + <name>Custom Variable value 4 (scope visit)</name> + <segment>customVariableValue4</segment> </row> <row> <type>dimension</type> @@ -325,5 +325,6 @@ <category>Actions</category> <name>Page URL</name> <segment>pageUrl</segment> + <acceptedValues>All these segments must be URL encoded, for example: http%3A%2F%2Fexample.com%2Fpath%2Fpage%3Fquery</acceptedValues> </row> </result> \ No newline at end of file -- GitLab