Francois Gouget : testbot: Use FIXME to identify places that need fixing.

Alexandre Julliard julliard at winehq.org
Wed Jun 13 14:00:26 CDT 2018


Module: tools
Branch: master
Commit: 04777eaad8011c5d8f69ad292bfbd6b602200355
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=04777eaad8011c5d8f69ad292bfbd6b602200355

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jun 13 11:47:25 2018 +0200

testbot: Use FIXME to identify places that need fixing.

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 155717a..f675e6b 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())
   {




More information about the wine-cvs mailing list