X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/161780c3fe42e97b8459a923916aff615b5e4c40..521599e068275e44ceffd240e34e7c6701bcaf42:/apps/wiki/tests/xslt/auto/auto_test.js?ds=sidebyside 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';