diff --git a/tests/test_tracker_icons.py b/tests/test_tracker_icons.py index 61a5565b9..0e118b5aa 100644 --- a/tests/test_tracker_icons.py +++ b/tests/test_tracker_icons.py @@ -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) diff --git a/tests/ubuntu.ico b/tests/ubuntu.ico new file mode 100644 index 000000000..136b44322 Binary files /dev/null and b/tests/ubuntu.ico differ diff --git a/tests/ubuntu.png b/tests/ubuntu.png deleted file mode 100644 index 7353cfbd4..000000000 Binary files a/tests/ubuntu.png and /dev/null differ