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:
authorCode Raguet <ignacio.code@gmail.com>2013-09-26 16:09:37 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-26 16:09:37 (GMT)
commita5ffd91bf5d17ee5b3bbfc271c96d9b8aa8886ea (patch)
tree4d833dc14839d2d180d03efef3fd1be7b7e7ebef /webapp/polls/tests/poll_tests.py
parent04523d828911893ad8299bfd3ef661063c3afb8d (diff)
parentdcda2d37e96c38f435aa30839cbf8806a4c26900 (diff)
Merge branch 'DEV'v4.21
Diffstat (limited to 'webapp/polls/tests/poll_tests.py')
-rw-r--r--webapp/polls/tests/poll_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index 19c36c1..0b3a168 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -188,7 +188,6 @@ class PollTests(MongoTestCase):
def test_clone(self):
poll = Poll(data={'name': 'name'})
- poll.status = Poll.CLOSED
poll_id = poll.save()
poll = Poll.get(poll_id)