Bug 98185
| Summary: | [GTK] Unit tests should use a custom temporary icon database instead of the default one | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | mario, mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Carlos Garcia Campos
Since the favicons patch landed, we are now using the default icon database when a page is loaded, we should make sure we don't add unit tests pages to the default icon database. A custom icondtabase should be created in a temp dir before every test starts and it should be removed when the test finishes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
This is no longer needed, since r130755 favicon database is disabled by default, so it doesn't affect unit tests.