Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-11-24 04:56:51 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-24 04:56:51 +0300
commite9656afeeca072c5ab42786fc445ffc8fc44adbc (patch)
treee5dc9ac7b2a33a993e4851098ac9416747b76f98 /tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml
parentd995029b91f38bd81fbbb50f4d058f3b6b3c18a2 (diff)
fix system tests and fix an error where we did not pass the correct siteId when saving measurable settings
Diffstat (limited to 'tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml')
-rw-r--r--tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml
index 6df7142c16..149cf8b31c 100644
--- a/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml
+++ b/tests/PHPUnit/System/expected/test_OneVisitorTwoVisits__CustomDimensions.getAvailableScopes.xml
@@ -1,15 +1,19 @@
<?xml version="1.0" encoding="utf-8" ?>
<result>
<row>
- <name>visit</name>
+ <value>visit</value>
+ <name>Visit</name>
<numSlotsAvailable>5</numSlotsAvailable>
<numSlotsUsed>0</numSlotsUsed>
<numSlotsLeft>5</numSlotsLeft>
+ <supportsExtractions>0</supportsExtractions>
</row>
<row>
- <name>action</name>
+ <value>action</value>
+ <name>Action</name>
<numSlotsAvailable>5</numSlotsAvailable>
<numSlotsUsed>0</numSlotsUsed>
<numSlotsLeft>5</numSlotsLeft>
+ <supportsExtractions>1</supportsExtractions>
</row>
</result> \ No newline at end of file