[tor-commits] [ooni-probe/master] Fix bug spotted in nettest via unittesting.

art at torproject.org art at torproject.org
Fri Feb 28 14:32:21 UTC 2014


commit 7418fe5961c708872632064302325bdcf4d091eb
Author: Arturo Filastò <art at 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):
         """





More information about the tor-commits mailing list