Index: /trunk/src/VBox/ValidationKit/testmanager/core/testbox.py
===================================================================
--- /trunk/src/VBox/ValidationKit/testmanager/core/testbox.py	(revision 61509)
+++ /trunk/src/VBox/ValidationKit/testmanager/core/testbox.py	(revision 61510)
@@ -1060,5 +1060,5 @@
             oTestBox.fEnabled = False;
             if sComment is not None:
-                _ = sComment; # oTestBox.sComment = sComment;
+                oTestBox.sComment = sComment;
             self.editEntry(oTestBox, uidAuthor = uidAuthor, fCommit = fCommit);
         return None;
