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-07-22 17:49:08 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-07-22 17:52:10 (GMT)
commitcc720312dd4f6f95b2d2a7edd52d5151b66ae332 (patch)
treec7ea6abe912226d6430395efb37373e3578ccdf1 /webapp/polls/tests/poll_tests.py
parent1fae6f21dc0ad0225b929a8c73e28a84d791d1a2 (diff)
order in options bug fix
Diffstat (limited to 'webapp/polls/tests/poll_tests.py')
-rw-r--r--webapp/polls/tests/poll_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/polls/tests/poll_tests.py b/webapp/polls/tests/poll_tests.py
index 8b74abc..20043d3 100644
--- a/webapp/polls/tests/poll_tests.py
+++ b/webapp/polls/tests/poll_tests.py
@@ -272,7 +272,8 @@ class PollTests(MongoTestCase):
'name': 'field_0_0',
'options': {
'1': {
- 'text': 'Default text'
+ 'text': 'Default text',
+ 'order': 0
}
},
}