Open
Bug 906520
Opened 12 years ago
Updated 3 years ago
Add promptUsernameAndPassword capabilities to test-prompt-helpers.js
Categories
(Thunderbird :: Testing Infrastructure, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: mconley, Assigned: demelode)
Details
Attachments
(2 files)
|
2.96 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
|
1.04 KB,
patch
|
Details | Diff | Splinter Review |
Jon Demelo, my GSoC student this summer, needs this capability to test the authentication portion of his CardDAV connector for Ensemble.
| Assignee | ||
Comment 1•12 years ago
|
||
| Reporter | ||
Updated•12 years ago
|
Attachment #798367 -
Flags: review?(mconley)
| Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 798367 [details] [diff] [review]
promptUsernameAndPassword.patch
Review of attachment 798367 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good! Just fix that whitespace nit, and I'll land this for you.
::: mail/test/mozmill/shared-modules/test-prompt-helpers.js
@@ +133,5 @@
> return this._will_return;
> },
>
> + promptUsernameAndPassword: function(aParent, aDialogTitle, aText,
> + aUsername, aPassword, aCheckMsg,
Nit - trailing whitespace.
Attachment #798367 -
Flags: review?(mconley) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•