From 311b0fae07573a5d401bc38a80f45a4e9ecd8d24 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Wed, 28 Jun 2017 14:46:53 +0200 Subject: fixes failing test --- tests/PHPUnit/System/CsvExportTest.php | 2 +- .../test_csvExport__Live.getLastVisitsDetails_day.csv | Bin 8936 -> 8778 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit') 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 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 -- cgit v1.2.3