kopia lustrzana https://github.com/collective/icalendar
Changed a test with with non-ascii chars
rodzic
04c20b363f
commit
5228902397
|
@ -81,7 +81,7 @@ class TestPropertyParams(unittest.TestCase):
|
|||
vevent = icalendar.Event.from_ical(
|
||||
'BEGIN:VEVENT\r\n'
|
||||
'ORGANIZER;CN=that\\, that\\; that\\\\ that\\:'
|
||||
':that\\, that\\; that\\\\ that\\:\r\n'
|
||||
':это\\, то\\; that\\\\ that\\:\r\n'
|
||||
'END:VEVENT\r\n'
|
||||
)
|
||||
self.assertEqual(
|
||||
|
@ -90,7 +90,7 @@ class TestPropertyParams(unittest.TestCase):
|
|||
)
|
||||
self.assertEqual(
|
||||
vevent['ORGANIZER'],
|
||||
r'that, that; that\ that:'
|
||||
r'это, то; that\ that:'
|
||||
)
|
||||
|
||||
def test_parameters_class(self):
|
||||
|
|
Ładowanie…
Reference in New Issue