#3425: WebAdmin should be more conservative with trac.ini
-------------------------+--------------------------------------------------
Reporter: eblot | Owner: cboos
Type: enhancement | Status: reopened
Priority: normal | Milestone: 0.10
Component: webadmin | Version: devel
Severity: minor | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by eblot):
* resolution: fixed =>
* status: closed => reopened
Comment:
The unit test fails on Mac OS X (10.4.7/Intel), with both Python 2.3.5 and
Python 2.4.3. It fails for Latin-1 strings:
{{{
amazas:~/Sources/Svn/edgewall.com/trunk eblot$ python trac/tests/config.py
............F
======================================================================
FAIL: test_set_and_save (__main__.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "trac/tests/config.py", line 123, in test_set_and_save
self.assertEquals(u"Voilà l'été", config.get('a', 'option3'))
AssertionError: u"Voil\xe0 l'\xe9t\xe9" != u"Voil\u2021 l'\xc8t\xc8"
----------------------------------------------------------------------
Ran 13 tests in 1.022s
FAILED (failures=1)
}}}
Do we need to support Latin-1 encoding?
--
Ticket URL: <http://trac.edgewall.org/ticket/3425>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets