parent
c001801850
commit
68e0c58e4a
@ -1,2 +1,3 @@
|
||||
/python-imaging-Pillow-1.7.8-137-g7866759.tar.gz
|
||||
/python-imaging-Pillow-2.0.0-11-g2f4207c.tar.gz
|
||||
/python-imaging-Pillow-2.0.0-26-g2e88848.tar.gz
|
||||
|
@ -1,9 +0,0 @@
|
||||
diff -rupN python-imaging-Pillow-2f4207c/Tests/test_image_filter.py python-imaging-Pillow-2f4207c-new/Tests/test_image_filter.py
|
||||
--- python-imaging-Pillow-2f4207c/Tests/test_image_filter.py 2013-03-18 22:22:00.000000000 +0100
|
||||
+++ python-imaging-Pillow-2f4207c-new/Tests/test_image_filter.py 2013-03-19 00:54:13.186055355 +0100
|
||||
@@ -79,4 +79,4 @@ def test_rankfilter():
|
||||
assert_exception(ValueError, lambda: rankfilter("P"))
|
||||
assert_equal(rankfilter("RGB"), ((0, 0, 0), (4, 0, 0), (8, 0, 0)))
|
||||
assert_equal(rankfilter("I"), (0, 4, 8))
|
||||
- assert_equal(rankfilter("F"), (0.0, 4.0, 8.0))
|
||||
+ #assert_equal(rankfilter("F"), (0.0, 4.0, 8.0))
|
Loading…
Reference in new issue