Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/tests/poll_tests.py
diff options
context:
space:
mode:
authorGustavo Duarte <gduarte@activitycentral.com>2013-09-24 21:51:18 (GMT)
committer Gustavo Duarte <gduarte@activitycentral.com>2013-09-24 21:51:18 (GMT)
commit4faac65a6c8d2ce54cfd5c7d2d3fdad2e6d6ebc5 (patch)
tree354fa805814a34d69d49b928667ecd0143783d80 /webapp/polls/tests/poll_tests.py
parentaac682d823f421cd551d23ee1cd907ed35c661a6 (diff)
parent446a86b35595ec1f004e923e318a2be031cce84b (diff)
Create installers for Version 4.19v4.19
Merge branch 'DEV'
Diffstat (limited to 'webapp/polls/tests/poll_tests.py')
-rw-r--r--webapp/polls/tests/poll_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index af70446..19c36c1 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -456,7 +456,7 @@ class PollResultFilesTest(MongoTestCase):
poll.add_result_files([(uploaded_file_path, name)])
results_files = poll.get_result_files()
self.assertEqual(1, len(results_files))
- self.assertTrue(hasattr(results_files[0], 'get_numero_escuela'))
+ self.assertTrue(hasattr(results_files[0], 'get_file_name'))
class AddResultFilesTest(MongoTestCase):