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:
authorCode Raguet <ignacio.code@gmail.com>2013-07-17 16:26:19 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-07-17 16:26:19 (GMT)
commitc2a606fa8dce54836b60a734cbfd2317cd6388af (patch)
tree6864fae5ebe548e91e2c738008116b6d1d120e3a /webapp/polls/tests/result_tests.py
parent54d4ade34a8577a604aba77ca97b3b275e446a07 (diff)
remove dead comments in source
Diffstat (limited to 'webapp/polls/tests/result_tests.py')
-rw-r--r--webapp/polls/tests/result_tests.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/webapp/polls/tests/result_tests.py b/webapp/polls/tests/result_tests.py
index 6ec4fdb..9a646ba 100644
--- a/webapp/polls/tests/result_tests.py
+++ b/webapp/polls/tests/result_tests.py
@@ -345,13 +345,6 @@ class PollResultTests(MongoTestCase):
}
poll_result = PollResult(data=result_data)
-
- # expected_header = unicode(
- # "RUEE;DEPARTAMENTO;NUM_ESC;GRADO;GRUPO;" +
- # "TIPO_GRUPO;Q: TextInput con ácento;Q: RadioButton con ácento;" +
- # "Q: DropDownList;" +
- # "Q: ImageRadioButton;option 1;option 2;" +
- # "1370786178812;1370786178813;", 'utf-8')
expected_header = unicode(
"RUEE;DEPARTAMENTO;NUM_ESC;GRADO;GRUPO;" +
"TIPO_GRUPO;option 1;option 2;1370786178812;1370786178813;" +