Bug 805791

Summary: beaker-wizard: Typo: MaxLenghtTestName should be MaxLengthTestName, correct?
Product: [Retired] Beaker Reporter: Radek Bíba <rbiba>
Component: command lineAssignee: Qixiang Wan <qwan>
Status: CLOSED CURRENTRELEASE QA Contact: Amit Saha <asaha>
Severity: low Docs Contact:
Priority: low    
Version: 0.7CC: asaha, bpeck, dcallagh, ebaak, llim, mcsontos, qwan, rmancy, stl
Target Milestone: 0.12   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: BeakerWizard
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-11 04:56:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.