mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
Update ubuntu favicon in test_tracker_icons.py
This commit is contained in:
parent
18ebf5b912
commit
54642720e4
@ -39,7 +39,7 @@ class TrackerIconsTestCase(unittest.TestCase):
|
||||
|
||||
def test_get_ubuntu_ico(self):
|
||||
# ubuntu.com has inline css which causes HTMLParser issues
|
||||
icon = TrackerIcon("../ubuntu.png")
|
||||
icon = TrackerIcon("../ubuntu.ico")
|
||||
d = icons.get("www.ubuntu.com")
|
||||
d.addCallback(self.assertNotIdentical, None)
|
||||
d.addCallback(self.assertEquals, icon)
|
||||
|
BIN
tests/ubuntu.ico
Normal file
BIN
tests/ubuntu.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
tests/ubuntu.png
BIN
tests/ubuntu.png
Binary file not shown.
Before Width: | Height: | Size: 850 B |
Loading…
x
Reference in New Issue
Block a user