From d8bee228b37e1dd3b6e81a145729b762cdf90b09 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Sun, 29 Aug 2010 17:21:39 +0200 Subject: Seperated testswarm injection from testsuite extensions, to fix 'failing' testsuites on TestSwarm due to unhandled errors and race conditions --- tests/unit/testsuite.js | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/unit/testsuite.js') diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js index 9a16e9d0c..d152f84cd 100644 --- a/tests/unit/testsuite.js +++ b/tests/unit/testsuite.js @@ -37,13 +37,3 @@ function commonWidgetTests(widget, settings) { testWidgetDefaults(widget, settings.defaults); testWidgetOverrides(widget); } - -// load testswarm agent -(function() { - var url = window.location.search; - url = decodeURIComponent( url.slice( url.indexOf("swarmURL=") + 9 ) ); - if ( !url || url.indexOf("http") !== 0 ) { - return; - } - document.write(""); -})(); -- cgit v1.2.3