From 7bef99e94d0fa6a9885403760e30a59ef32e96a4 Mon Sep 17 00:00:00 2001
From: timmywil <timmywillisn@gmail.com>
Date: Thu, 13 Oct 2011 12:07:54 -0400
Subject: Run ajax tests in swarm

---
 test/data/testrunner.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index 6d44b460c..abe85f087 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -21,7 +21,7 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
 	}
 
 	// (Temporarily) Disable Ajax tests to reduce network strain
-	isLocal = QUnit.isLocal = true;
+	// isLocal = QUnit.isLocal = true;
 
 	document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
 })();
-- 
cgit v1.2.3