diff --git a/TestSelenium.js b/TestSelenium.js index dcbeacaef..83b276a40 100644 --- a/TestSelenium.js +++ b/TestSelenium.js @@ -48,4 +48,4 @@ var nt = nThen; nt(function () { driver.quit(); -}) \ No newline at end of file +}); \ No newline at end of file diff --git a/www/common/test.js b/www/common/test.js index 2536f0733..2d70e939f 100644 --- a/www/common/test.js +++ b/www/common/test.js @@ -21,10 +21,10 @@ define([], function () { ]).replace(/'; }; - out = function (f) { f(); } + out = function (f) { f(); }; } out.passed = function () { document.body.innerHTML = '
Test Passed
'; - } + }; return out; }); \ No newline at end of file