id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,branch,changelog,apichanges,internalchanges 12822,TestTicketHistory randomly fails,Jun Omae,Jun Omae,"attachment:TestTicketHistory.html {{{ FAIL: runTest (trac.ticket.tests.functional.main.TestTicketHistory) Test ticket history ---------------------------------------------------------------------- Traceback (most recent call last): File ""/run/shm/42f422aebc5dc41d5fb7fe0ebf137c461b3790f3/py27-sqlite/trac/ticket/tests/functional/main.py"", line 333, in runTest tc.url(url + re.escape(r'?action=comment-diff&cnum=1&version=1')) File ""/run/shm/42f422aebc5dc41d5fb7fe0ebf137c461b3790f3/py27-sqlite/trac/tests/functional/better_twill.py"", line 243, in better_url (to_unicode(e), filename)) TwillAssertionError: current url is 'http://127.0.0.1:8594/ticket/35?action=diff&version=1'; does not match 'http://127.0.0.1:8594/ticket/35\?action\=comment\-diff\&cnum\=1\&version\=1' at file:///run/shm/42f422aebc5dc41d5fb7fe0ebf137c461b3790f3/py27-sqlite/testenv/trac/log/TestTicketHistory.html }}}",defect,closed,normal,1.3.2,ticket system,,normal,fixed,,,,,,Use url-regexp for `tc.follow()` rather than text-regexp to avoid modifying incorrect textarea value by twill.