Merge lp:~bjornt/launchpad/bug-415331 into lp:launchpad

Proposed by Björn Tillenius
Status: Merged
Approved by: Brad Crittenden
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~bjornt/launchpad/bug-415331
Merge into: lp:launchpad
Diff against target: None lines
To merge this branch: bzr merge lp:~bjornt/launchpad/bug-415331
Reviewer Review Type Date Requested Status
Brad Crittenden (community) code Approve
Review via email: mp+10309@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Björn Tillenius (bjornt) wrote :

Fix the test_subscribers_portlet windmill tests. It was failing, since
they URLs to a person no longer are relative on the bug page.

--
Björn Tillenius | https://launchpad.net/~bjornt

Revision history for this message
Brad Crittenden (bac) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/bugs/windmill/tests/test_bugs/__init__.py'
2--- lib/lp/bugs/windmill/tests/test_bugs/__init__.py 2009-06-25 00:40:31 +0000
3+++ lib/lp/bugs/windmill/tests/test_bugs/__init__.py 2009-08-18 12:39:34 +0000
4@@ -35,7 +35,7 @@
5 # The details for ~foobar are present inside the portlet,
6 # which means that the contents were loaded correctly.
7 client.asserts.assertNode(
8- xpath=u"//div[@id='portlet-subscribers']//a[@href='/~name16']")
9+ xpath=u"//div[@id='portlet-subscribers']//a[@name='Foo Bar']")
10
11
12 def test_bugfilters_portlet():