summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-31 13:05:27 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-12-31 13:05:27 +0000
commita5619c66b083ead857f2d7adc29d3cd2d45c61f4 (patch)
tree08d865074ff5ce705a32fd07b6c646005800495a /test
parent0b709d9d5d64d5b515ee0aed943caae542156565 (diff)
downloaddocutils-a5619c66b083ead857f2d7adc29d3cd2d45c61f4.tar.gz
Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partially applied
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7583 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index fa81f4307..d7c111c0f 100755
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -213,7 +213,7 @@ class HelperFunctionsTests(unittest.TestCase):
(u'a', ['a',] ),
(u'a,12', ['a', '12'] ),
([u'a',], ['a',] ),
- # TODO ("u'a',", ['a',] ), AttributeError: 'str' object has no attribute 'pop'
+ ('a,', ['a',] ), # in python3 this is unicode too
)
for t in tests:
self.assertEqual(