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):
|
def test_get_ubuntu_ico(self):
|
||||||
# ubuntu.com has inline css which causes HTMLParser issues
|
# ubuntu.com has inline css which causes HTMLParser issues
|
||||||
icon = TrackerIcon("../ubuntu.png")
|
icon = TrackerIcon("../ubuntu.ico")
|
||||||
d = icons.get("www.ubuntu.com")
|
d = icons.get("www.ubuntu.com")
|
||||||
d.addCallback(self.assertNotIdentical, None)
|
d.addCallback(self.assertNotIdentical, None)
|
||||||
d.addCallback(self.assertEquals, icon)
|
d.addCallback(self.assertEquals, icon)
|
||||||
|
|
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…
Reference in New Issue