Changing test name for clearer reporting
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 14:56:45 +0000 (15:56 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 26 Mar 2013 14:56:45 +0000 (15:56 +0100)
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';