Closed
Bug 1192859
Opened 11 years ago
Closed 11 years ago
No domain highlight on Canada Computers
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | + | --- |
People
(Reporter: aaronmt, Assigned: rnewman)
References
()
Details
(Keywords: reproducible)
Attachments
(2 files)
Visit http://m.canadacomputers.com see no domain highlight
| Assignee | ||
Comment 1•11 years ago
|
||
This bug is hilarious.
func testCanadaComputers() {
let url = "http://m.canadacomputers.com".asURL!
let actual = url.baseDomain()!
XCTAssertEqual("canadacomputers.com", actual)
}
[SharedTests.NSURLExtensionsTests testCanadaComputers] : XCTAssertEqual failed: ("canadacomputers.com") is not equal to ("canadaputers.com") -
com. com. com.
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
East-coasters!
Attachment #8646146 -
Flags: review?(sleroux)
Attachment #8646146 -
Flags: review?(sarentz)
Comment 3•11 years ago
|
||
Comment on attachment 8646146 [details] [review]
Pull req.
Looks good to me - not sure why there wasn't a test host set previously.
Attachment #8646146 -
Flags: review?(sleroux) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
7998bc7
Updated•11 years ago
|
Attachment #8646146 -
Flags: review?(sarentz) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•