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:
authorsgiehl <stefan@piwik.org>2017-06-28 15:46:53 +0300
committersgiehl <stefan@piwik.org>2017-06-28 15:46:53 +0300
commit311b0fae07573a5d401bc38a80f45a4e9ecd8d24 (patch)
tree753bae5c126127a2c3137a71fb17dacc4fc3a4bc /tests/PHPUnit
parent5ac78ec083d74179f93dda533aa835c6c4726b8a (diff)
fixes failing test
Diffstat (limited to 'tests/PHPUnit')
-rwxr-xr-xtests/PHPUnit/System/CsvExportTest.php2
-rw-r--r--tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csvbin8936 -> 8778 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/CsvExportTest.php b/tests/PHPUnit/System/CsvExportTest.php
index 5c251186c6..5ec237df2f 100755
--- a/tests/PHPUnit/System/CsvExportTest.php
+++ b/tests/PHPUnit/System/CsvExportTest.php
@@ -59,7 +59,7 @@ class CsvExportTest extends SystemTestCase
'hideColumns' => 'serverDate,actionDetails,serverTimestamp,serverTimePretty,'
. 'serverDatePretty,serverDatePrettyFirstAction,serverTimePrettyFirstAction,'
. 'goalTimePretty,serverTimePretty,visitorId,visitServerHour,date,'
- . 'prettyDate,serverDateTimePrettyFirstAction'
+ . 'prettyDate,serverDateTimePrettyFirstAction,totalEcommerceRevenue,totalAbandonedCartsRevenue'
)))
);
}
diff --git a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
index 4d6baa10a8..f7851cf7dc 100644
--- a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
+++ b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv
Binary files differ