Merge lp:~jelmer/launchpad/fix-db-devel into lp:launchpad/db-devel

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 9517
Proposed branch: lp:~jelmer/launchpad/fix-db-devel
Merge into: lp:launchpad/db-devel
Diff against target: 12 lines (+1/-1)
1 file modified
lib/lp/code/browser/tests/test_sourcepackagerecipe.py (+1/-1)
To merge this branch: bzr merge lp:~jelmer/launchpad/fix-db-devel
Reviewer Review Type Date Requested Status
Abel Deuring (community) code Approve
Review via email: mp+29070@code.launchpad.net

Description of the change

Testfix - this fixes lp.code.browser.tests.test_sourcepackagerecipe.TestSourcePackageRecipeAddView.test_create_recipe_no_distroseries

To post a comment you must log in.
Revision history for this message
Abel Deuring (adeuring) :
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/code/browser/tests/test_sourcepackagerecipe.py'
2--- lib/lp/code/browser/tests/test_sourcepackagerecipe.py 2010-07-02 01:12:15 +0000
3+++ lib/lp/code/browser/tests/test_sourcepackagerecipe.py 2010-07-02 11:16:28 +0000
4@@ -205,7 +205,7 @@
5 browser.getControl('Build daily').click()
6 browser.getControl('Create Recipe').click()
7 self.assertEqual(
8- extract_text(find_tags_by_class(browser.contents, 'message')[1]),
9+ extract_text(find_tags_by_class(browser.contents, 'message')[2]),
10 'You must specify at least one series for daily builds.')
11
12 def test_create_recipe_bad_base_branch(self):

Subscribers

People subscribed via source and target branches

to status/vote changes: