Bug 805791 - beaker-wizard: Typo: MaxLenghtTestName should be MaxLengthTestName, correct?
Summary: beaker-wizard: Typo: MaxLenghtTestName should be MaxLengthTestName, correct?
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: command line
Version: 0.7
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: 0.12
Assignee: Qixiang Wan
QA Contact: Amit Saha
URL:
Whiteboard: BeakerWizard
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-22 07:19 UTC by Radek Bíba
Modified: 2018-02-06 00:41 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-11 04:56:31 UTC
Embargoed:


Attachments (Terms of Use)

Comment 1 Radek Bíba 2013-02-18 10:13:04 UTC
Updated reproducer:

$ grep ^MaxLe /usr/lib/python2.7/site-packages/bkr/client/wizard.py
MaxLengthSuggestedDesc = 50
MaxLenghtTestName = 50

Comment 2 Qixiang Wan 2013-03-04 02:17:37 UTC
on gerrit: http://gerrit.beaker-project.org/#/c/1778/

Comment 4 Amit Saha 2013-03-26 06:50:12 UTC
Verified by installing the above package that the typo has been fixed.

# grep ^MaxLe /usr/lib/python2.6/site-packages/bkr/client/wizard.py
MaxLengthSuggestedDesc = 50
MaxLengthTestName = 50

Comment 5 Radek Bíba 2013-03-26 07:04:16 UTC
Thanks!

Comment 6 Dan Callaghan 2013-04-11 04:56:31 UTC
Beaker 0.12 has been released.


Note You need to log in before you can comment on or make changes to this bug.