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 <tsteur@users.noreply.github.com>2020-09-09 08:26:30 +0300
committerGitHub <noreply@github.com>2020-09-09 08:26:30 +0300
commitd89a202cfbb502083882fbfbb999d8c9ec77b4cb (patch)
tree74946a313968b046b6f960fdf8da5833a87ed81d /tests/javascript/index.php
parent685176281e07757022f8e5700c6a39f89c4e768a (diff)
Remove visit standard length from tracker (#16412)
* Remove visit standard length from tracker * adjust changelog * rebuilt piwik.js
Diffstat (limited to 'tests/javascript/index.php')
-rw-r--r--tests/javascript/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index 69ae30e95a..e4fbcecd54 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -2089,7 +2089,7 @@ function PiwikTest() {
});
test("API methods", function() {
- expect(118);
+ expect(117);
equal( typeof Piwik.addPlugin, 'function', 'addPlugin' );
equal( typeof Piwik.addPlugin, 'function', 'addTracker' );
@@ -2170,7 +2170,6 @@ function PiwikTest() {
equal( typeof tracker.setConversionAttributionFirstReferrer, 'function', 'setConversionAttributionFirstReferrer' );
equal( typeof tracker.addListener, 'function', 'addListener' );
equal( typeof tracker.enableLinkTracking, 'function', 'enableLinkTracking' );
- equal( typeof tracker.setVisitStandardLength, 'function', 'setVisitStandardLength' );
equal( typeof tracker.enableHeartBeatTimer, 'function', 'enableHeartBeatTimer' );
equal( typeof tracker.disableHeartBeatTimer, 'function', 'disableHeartBeatTimer' );
equal( typeof tracker.killFrame, 'function', 'killFrame' );