Update ubuntu favicon in test_tracker_icons.py

This commit is contained in:
John Garland 2011-07-05 17:46:01 +10:00
parent 18ebf5b912
commit 54642720e4
3 changed files with 1 additions and 1 deletions

View File

@ -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)

BIN
tests/ubuntu.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 850 B