Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-06 16:35:24 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-06 16:35:24 (GMT)
commit91de710c862261929522dc18f2adfa90be2c378b (patch)
tree8cda27a5dc619ff1fae8395087a87752045c29b8
parent18e1272b87931e56d315ec2074d29ad235b5cd09 (diff)
remove unused setup
-rw-r--r--webapp/polls/tests/poll_result_file_tests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/webapp/polls/tests/poll_result_file_tests.py b/webapp/polls/tests/poll_result_file_tests.py
index d856d6a..935b5f0 100644
--- a/webapp/polls/tests/poll_result_file_tests.py
+++ b/webapp/polls/tests/poll_result_file_tests.py
@@ -143,13 +143,6 @@ class PollResultFileTest(MongoTestCase):
class NumeroEscuelaTest(MongoTestCase):
- def setUp(self):
- data = {}
- data['result'] = {}
- data['result']['0'] = {}
- data['result']['0']['polled'] = {}
- self.data = data
-
def test_it_should_get_all_numero_escuela_as_unique_items(self):
data = {}
data['result'] = {}