Merge ~ines-almeida/launchpad:frontpage-revamp-fix-test into launchpad:master

Proposed by Ines Almeida
Status: Merged
Approved by: Ines Almeida
Approved revision: afcff57e34a83596261f2e822a32879139556a00
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~ines-almeida/launchpad:frontpage-revamp-fix-test
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
lib/lp/app/browser/tests/test_launchpadroot.py (+1/-1)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+461229@code.launchpad.net

Commit message

tests: update unit test after logo update

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lib/lp/app/browser/tests/test_launchpadroot.py b/lib/lp/app/browser/tests/test_launchpadroot.py
2index 9d81273..dbcbda9 100644
3--- a/lib/lp/app/browser/tests/test_launchpadroot.py
4+++ b/lib/lp/app/browser/tests/test_launchpadroot.py
5@@ -147,7 +147,7 @@ class LaunchpadRootIndexViewTestCase(TestCaseWithFactory):
6 self.assertIs(None, markup.find(True, id="watermark"))
7 logo = markup.find(True, id="launchpad-logo-and-name")
8 self.assertIsNot(None, logo)
9- self.assertEqual("/@@/launchpad-logo-and-name.png", logo["src"])
10+ self.assertEqual("/@@/launchpad-logo-and-name.svg", logo["src"])
11
12 @staticmethod
13 def _make_blog_post(linkid, title, body, date):

Subscribers

People subscribed via source and target branches

to status/vote changes: