Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/tests/result_tests.py
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-07-15 14:36:15 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-07-15 14:39:04 (GMT)
commit437855d1d872f25ca8dd5d37c97089cd78439e7b (patch)
tree0ef123824b8a1853490f13c2797f227093845405 /webapp/polls/tests/result_tests.py
parent1464d619d5b1aba55791c992e435a0f669e6ae00 (diff)
4122 - Text headers for csv result format
Diffstat (limited to 'webapp/polls/tests/result_tests.py')
-rw-r--r--webapp/polls/tests/result_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/polls/tests/result_tests.py b/webapp/polls/tests/result_tests.py
index d34858e..acd43e9 100644
--- a/webapp/polls/tests/result_tests.py
+++ b/webapp/polls/tests/result_tests.py
@@ -350,7 +350,7 @@ class PollResultTests(MongoTestCase):
"RUEE;DEPARTAMENTO;NUM_ESC;GRADO;GRUPO;" +
"TIPO_GRUPO;Q: TextInput con ácento;Q: RadioButton con ácento;" +
"Q: DropDownList;" +
- "Q: ImageRadioButton;1370786178809;1370786178810;" +
+ "Q: ImageRadioButton;option 1;option 2;" +
"1370786178812;1370786178813;", 'utf-8')
self.assertEqual(expected_header, poll_result.get_csv_header())