pull/26/head before-timezone-refactoring
Johannes Raggam 2012-01-12 18:56:37 +01:00
rodzic 8915433569
commit 2781212e0e
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,6 @@ class FuckYouTests(unittest.TestCase):
from icalendar.parser import Contentlines, Contentline
c = Contentlines([Contentline('BEGIN:VEVENT\\r\\n')])
c.append(Contentline(''.join(['123456789 ']*10)+'\\r\\n'))
import pdb ; pdb.set_trace()
output = c.to_ical()
self.assertEqual(output,
"BEGIN:VEVENT\\r\\n\\r\\n123456789 123456789 123456789 123456789 123456789 123456789 123456789 1234\\r\\n 56789 123456789 123456789 \\r\\n")