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:
Diffstat (limited to 'tests/javascript/index.php')
-rw-r--r--tests/javascript/index.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/javascript/index.php b/tests/javascript/index.php
index 3a9b383362..7204f3250e 100644
--- a/tests/javascript/index.php
+++ b/tests/javascript/index.php
@@ -425,7 +425,6 @@ function PiwikTest() {
ok( tracker.hook.test._isString(new String), 'isString(String)' ); // String is a string
});
-
test("AnalyticsTracker alias", function() {
expect(1);
@@ -433,8 +432,6 @@ function PiwikTest() {
equal( typeof tracker.hook.test._encode, 'function', 'encodeWrapper' );
});
-
-
test("Tracker encode, decode, urldecode wrappers", function() {
expect(6);
@@ -557,7 +554,6 @@ function PiwikTest() {
ok( tracker.hook.test._getProtocolScheme(':') === null, 'unspecified scheme' );
ok( tracker.hook.test._getProtocolScheme('scheme') === null, 'missing colon' );
-
equal( typeof tracker.hook.test._resolveRelativeReference, 'function', 'resolveRelativeReference' );
var i, j, data = [
@@ -903,7 +899,6 @@ function PiwikTest() {
'example3.com/current/folder/relative.html'
]]);
-
Piwik_Overlay_UrlNormalizer.setBaseHref('http://example.com/base/');
test([
@@ -1105,7 +1100,6 @@ if ($sqlite) {
ok( campaignName2 == "YEAH", "getAttributionCampaignName()");
ok( campaignKeyword2 == "RIGHT!", "getAttributionCampaignKeyword()");
-
// Test visitor ID at the start is the same at the end
var visitorIdEnd = tracker.getVisitorId();
ok( visitorIdStart == visitorIdEnd, "tracker.getVisitorId() same at the start and end of process");
@@ -1230,7 +1224,6 @@ if ($sqlite) {
window.onerror = oldOnError;
// Testing JavaScriptErrorTracking END
-
stop();
setTimeout(function() {
xhr.open("GET", "piwik.php?requests=" + getToken(), false);