~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/tests/test_webservice.py

Merged bug-824435-failure-reporting-2 into bug-824435-failure-reporting-3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        # The representation is linkified html.
47
47
        self.assertEqual(
48
48
            u'<p>\N{SNOWMAN} snowman@example.com '
49
 
            '<a href="/bugs/1">bug 1</a></p>',
 
49
            '<a href="/bugs/1" class="bug-link">bug 1</a></p>',
50
50
            renderer(text))
51
51
 
52
52