diff --git a/tests/PHPUnit/System/CsvExportTest.php b/tests/PHPUnit/System/CsvExportTest.php index 5c251186c6aec562b41a9cd20bbec977ca3c9b72..5ec237df2fe57138193dbd2a53a40ac823b4a437 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 4d6baa10a8aa1a29f3b13110aca9d99548eb27f3..f7851cf7dc4836b73b7e5373a280e77a083ce592 100644 Binary files a/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv and b/tests/PHPUnit/System/expected/test_csvExport__Live.getLastVisitsDetails_day.csv differ