[PATCH 2/2] testbot/web: Use GET to send the Activity period.

Francois Gouget fgouget at codeweavers.com
Tue Mar 20 23:26:42 CDT 2018


This way when the page refreshes it automatically reuses the same 
period.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Activity.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index d5fe6f3ae..ddea602e8 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -46,6 +46,7 @@ sub _initialize($$$)
   }
 
   $self->SUPER::_initialize($Request, $RequiredRole);
+  $self->{Method} = "get";
 }
 
 sub GeneratePage($)
-- 
2.16.2



More information about the wine-devel mailing list