[PATCH] testbot: Use FIXME to identify places that need fixing.

Francois Gouget fgouget at codeweavers.com
Wed Jun 13 04:47:25 CDT 2018


The comment that follows should identify the nature of the required
fix.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
index 155717aee..f675e6b26 100644
--- a/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
+++ b/testbot/lib/ObjectModel/CGI/CollectionBlock.pm
@@ -484,7 +484,7 @@ sub OnAction($$)
 
   if ($Action eq "Cancel")
   {
-#TODO
+    # FIXME Todo
   }
   elsif ($Action eq "Add " . $self->{Collection}->GetItemName())
   {
-- 
2.17.1




More information about the wine-devel mailing list