From: Aleksander Ɓukasz Date: Tue, 26 Mar 2013 14:56:45 +0000 (+0100) Subject: Changing test name for clearer reporting X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/0a39c81f93dd616be16a9ce3fc3caa0d31aa339f?ds=inline Changing test name for clearer reporting --- diff --git a/apps/wiki/tests/xslt/auto/auto_test.js b/apps/wiki/tests/xslt/auto/auto_test.js index cc1c5e4c..6a02716e 100644 --- a/apps/wiki/tests/xslt/auto/auto_test.js +++ b/apps/wiki/tests/xslt/auto/auto_test.js @@ -81,7 +81,7 @@ function assertNodesEqual(lhs, rhs, areHTMLNodes) { throwError(); } -suite('Auto tests', function() { +suite('wiki.tests.xslt.auto', function() { var tempFileName = '.temp.xml'; var xsltStyleSheetPath = __dirname + '/../../../../../redakcja/static/xsl/wl2html_client.xsl';