Merge lp:~wallyworld/launchpad/test-fix-1031544 into lp:launchpad

Proposed by Ian Booth
Status: Merged
Approved by: Ian Booth
Approved revision: no longer in the source branch.
Merged at revision: 15740
Proposed branch: lp:~wallyworld/launchpad/test-fix-1031544
Merge into: lp:launchpad
Diff against target: 14 lines (+3/-1)
1 file modified
lib/lp/bugs/javascript/bug_picker.js (+3/-1)
To merge this branch: bzr merge lp:~wallyworld/launchpad/test-fix-1031544
Reviewer Review Type Date Requested Status
Ian Booth (community) Approve
Review via email: mp+118026@code.launchpad.net

Commit message

Fix test failure in bug picker yui test.

Description of the change

Fix test failure in bug picker yui test.

To post a comment you must log in.
Revision history for this message
Ian Booth (wallyworld) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/bugs/javascript/bug_picker.js'
2--- lib/lp/bugs/javascript/bug_picker.js 2012-08-02 13:52:58 +0000
3+++ lib/lp/bugs/javascript/bug_picker.js 2012-08-03 02:08:18 +0000
4@@ -339,7 +339,9 @@
5 }
6 },
7 search_text_too_short_message: {
8- value: 'Please enter a valid bug number.'
9+ getter: function() {
10+ return 'Please enter a valid bug number.';
11+ }
12 },
13 min_search_chars: {
14 value: 1