Module: deluge Branch: 1.3-stable Commit: 54642720e4c7101243d20e1e7e3a81e980b7457c
Author: John Garland <[email protected]> Date: Tue Jul 5 17:46:01 2011 +1000 Update ubuntu favicon in test_tracker_icons.py --- tests/test_tracker_icons.py | 2 +- tests/ubuntu.ico | Bin 0 -> 1150 bytes tests/ubuntu.png | Bin 850 -> 0 bytes 3 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/test_tracker_icons.py b/tests/test_tracker_icons.py index 61a5565..0e118b5 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 0000000..136b443 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 7353cfb..0000000 Binary files a/tests/ubuntu.png and /dev/null differ -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
