Closed
Bug 1229051
Opened 10 years ago
Closed 10 years ago
Reenable C++ unit tests for UrlClassifier
Categories
(Toolkit :: Safe Browsing, enhancement)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
People
(Reporter: gcp, Assigned: gcp)
References
Details
Attachments
(1 file)
|
13.67 KB,
patch
|
francois
:
review+
|
Details | Diff | Splinter Review |
C++ unit tests for some UrlClassifier parts exist but were disabled in bug 648911.
Time to fix this.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8693620 -
Flags: review?(francois)
Comment 2•10 years ago
|
||
Comment on attachment 8693620 [details] [diff] [review]
Reenable C++ unit tests for UrlClassifier by converting to gtest
Review of attachment 8693620 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/url-classifier/tests/gtest/TestUrlClassifierUtils.cpp
@@ -272,5 @@
> printf("CanonicalizeHostname on long string (%dms)\n",
> PR_IntervalToMilliseconds(clockEnd - clockStart));
> }
> -
> -void TestFragmentSet()
We don't need to test this anymore or is the test broken?
Attachment #8693620 -
Flags: review?(francois) → review+
Updated•10 years ago
|
Assignee: nobody → gpascutto
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to François Marier [:francois] from comment #2)
> > -void TestFragmentSet()
>
> We don't need to test this anymore or is the test broken?
The class that it's testing no longer seems to exist.
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d8000ef38139d5ea90a35c0ae13f4e3854920f08
Bug 1229051 - Reenable C++ unit tests for UrlClassifier by converting to gtest. r=francois
Comment 6•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•