Francois Gouget : testbot: Use FIXME to identify places that need fixing.
Module: tools Branch: master Commit: 04777eaad8011c5d8f69ad292bfbd6b602200355 URL: https://source.winehq.org/git/tools.git/?a=commit;h=04777eaad8011c5d8f69ad29... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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()) {
participants (1)
-
Alexandre Julliard