Index: /trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py	(revision 61327)
+++ /trunk/src/VBox/ValidationKit/testmanager/webui/wuireport.py	(revision 61328)
@@ -525,4 +525,5 @@
     @staticmethod
     def _formatName(oTestCaseArgs):
+        """ Internal helper for formatting the testcase name. """
         if oTestCaseArgs.sSubName is not None and len(oTestCaseArgs.sSubName) > 0:
             sName = u'%s / %s'  % ( oTestCaseArgs.oTestCase.sName, oTestCaseArgs.sSubName, );
