Closed
Bug 775394
Opened 13 years ago
Closed 13 years ago
Use Services.io instead of Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService) in xpcshell test
Categories
(MailNews Core :: Testing Infrastructure, defect)
MailNews Core
Testing Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 18.0
People
(Reporter: hiro, Assigned: hiro)
References
Details
Attachments
(1 file, 1 obsolete file)
|
52.50 KB,
patch
|
hiro
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #643706 -
Flags: review?(mconley)
| Assignee | ||
Updated•13 years ago
|
Summary: Use Services.io instead of Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService) → Use Services.io instead of Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService) in xpcshell test
| Assignee | ||
Comment 1•13 years ago
|
||
I just pushed a try:
https://tbpl.mozilla.org/?tree=Thunderbird-Try&rev=98e8fc1442a3
Comment 3•13 years ago
|
||
Comment on attachment 643706 [details] [diff] [review]
Fix
Review of attachment 643706 [details] [diff] [review]:
-----------------------------------------------------------------
This is awesome - thanks Hiro!
I've only inspected these tests, and haven't run the patch. I assume these all run correctly?
Assuming that, and with my one little nit fixed, r=me. Great work!
::: mailnews/news/test/unit/test_bug37465.js
@@ +8,5 @@
> server.start(NNTP_PORT);
>
> // Correct URI?
> + let uri = Services.io.newURI("news://localhost:1143/1@regular.invalid",
> + null,
Let's put this last null on the same line as the one before.
Attachment #643706 -
Flags: review?(mconley) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
The last try server result had some build errors.
Now I pushed to a try again for the safety.
Assignee: nobody → hiikezoe
Attachment #643706 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #645910 -
Flags: review+
Comment 5•13 years ago
|
||
What's the status on this ?
Comment 6•13 years ago
|
||
Hm - I guess it never got checkin-needed.
This is about a month old - I'll make sure the patch still applies, and then set the flag.
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 18.0
You need to log in
before you can comment on or make changes to this bug.
Description
•