[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [ooni-probe/master] Add the input of the Measurement to the ReportEntries
commit e2e4bddbf4af60637d80a06c7d781f7ebcd879e9
Author: Arturo Filastò <art@xxxxxxxxx>
Date: Fri Jan 18 00:33:51 2013 +0100
Add the input of the Measurement to the ReportEntries
---
ooni/tasks.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/tasks.py b/ooni/tasks.py
index 4f7da4c..a73ce11 100644
--- a/ooni/tasks.py
+++ b/ooni/tasks.py
@@ -105,7 +105,7 @@ class Measurement(TaskWithTimeout):
"""
self.testInstance = test_class()
self.testInstance.input = test_input
- self.testInstance.report = {}
+ self.testInstance.report = {'input': test_input}
self.testInstance._start_time = time.time()
self.testInstance._setUp()
self.testInstance.setUp()
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits