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