diff --git a/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php b/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php index 8e68ab66102f6e13e04c9d2125db0499f471fcd8..5117de3758d94a942485f788d0bdd6a57fc19ba9 100644 --- a/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php +++ b/tests/PHPUnit/Integration/BackwardsCompatibility1XTest.php @@ -84,6 +84,9 @@ class BackwardsCompatibility1XTest extends IntegrationTestCase // changes made to SQL dump to test VisitFrequency change the day of week 'VisitTime.getByDayOfWeek', + // did not exist in Piwik 1.X + 'DevicesDetection.getBrowserEngines', + // we test VisitFrequency explicitly 'VisitFrequency.get', diff --git a/tests/PHPUnit/Integration/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTestsTest.php b/tests/PHPUnit/Integration/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTestsTest.php index 831bab64f39eae4ce95535c31fe43703237b8215..99c6da7e90d7cc37ed1a3219177bda7458bf689e 100755 --- a/tests/PHPUnit/Integration/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTestsTest.php +++ b/tests/PHPUnit/Integration/OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTestsTest.php @@ -109,7 +109,7 @@ class OneVisitorOneWebsiteSeveralDaysDateRangeArchivingTest extends IntegrationT $tests = array( // TODO Implement fix, then remove the +3 below 'archive_blob_2010_12' => ( ($expectedActionsBlobs+3) /*Actions*/ - + 8 /* UserSettings */ + + 7 /* UserSettings */ + 2 /* VisitTime */) * 3, /** diff --git a/tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv b/tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv index 76e143458527a947b8544f273b5116651ad64247..48aefe560b420570f8271ebdd9de068e77aa53ae 100644 Binary files a/tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv and b/tests/PHPUnit/Integration/expected/test_csvExport__Live.getLastVisitsDetails_day.csv differ