mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Update ubuntu favicon in test_tracker_icons.py
This commit is contained in:
parent
18ebf5b912
commit
54642720e4
3 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue