From 5a42c4909ac990d87399c939903aebc4d8b26309 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Mon, 3 Sep 2012 19:24:47 -0400 Subject: Make hints tests pass again. Convert them to Coffeescript at the same time. We really need to set up some automated way of running these tests, to ensure they don't keep breaking. --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5b1ed4f7..c392f967 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -558,7 +558,7 @@ sendRequestHandlers = refreshCompleter: refreshCompleter # Convenience function for development use. -window.runTests = -> open(chrome.extension.getURL('test_harnesses/automated.html')) +window.runTests = -> open(chrome.extension.getURL('test_harnesses/automated/automated.html')) # # Begin initialization. -- cgit v1.2.3