
28 Feb
2014
28 Feb
'14
2:32 p.m.
commit 7418fe5961c708872632064302325bdcf4d091eb Author: Arturo Filastò <art@fuffa.org> Date: Thu Jan 30 18:40:23 2014 +0100 Fix bug spotted in nettest via unittesting. --- ooni/nettest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/nettest.py b/ooni/nettest.py index ca831eb..7671221 100644 --- a/ooni/nettest.py +++ b/ooni/nettest.py @@ -665,7 +665,7 @@ class NetTestCase(object): """ This is the internal setup method to be overwritten by templates. """ - pass + self.report = {} def setUp(self): """