Changing test name for clearer reporting
[redakcja.git] / apps / wiki / tests / xslt / auto / auto_test.js
index cc1c5e4..6a02716 100644 (file)
@@ -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';