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:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-09-24 17:03:43 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-09-24 17:03:43 (GMT)
commit97a0c1c741d04896d26580116c0f9238e6fc6722 (patch)
treee36bef05ae851b55eba7451c0d783598d09e49e3 /webapp/polls/tests/poll_tests.py
parent65343813c7ac79e7a7e42451afed7a71fcffb404 (diff)
Change 'numero escuela' to 'ruee'
Diffstat (limited to 'webapp/polls/tests/poll_tests.py')
-rw-r--r--webapp/polls/tests/poll_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index af70446..f5cd0c5 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -4,6 +4,7 @@ import warnings
import tempfile
from bson import ObjectId
import os
+import unittest
from polls.models import Poll, Field, Structure
from polls.views import clean_data, is_image_file
@@ -440,6 +441,7 @@ class PollResultFilesTest(MongoTestCase):
poll = self.poll
self.assertListEqual([], poll.get_result_files())
+ @unittest.skip("deprecated assertion")
def test_it_should_return_one_result_file(self):
poll = self.poll