oops, filename
This commit is contained in:
parent
f0521d4b5d
commit
0b646ffcc7
@ -245,12 +245,11 @@ class TestForeign(unittest.TestCase):
|
|||||||
x = Vips.Image.new_from_file(self.tiff_file)
|
x = Vips.Image.new_from_file(self.tiff_file)
|
||||||
x = x.copy()
|
x = x.copy()
|
||||||
x.set_value("orientation", 2)
|
x.set_value("orientation", 2)
|
||||||
x.write_to_file("test.tif")
|
x.write_to_file("test-11.tif")
|
||||||
x = Vips.Image.new_from_file("test.tif")
|
x = Vips.Image.new_from_file("test-11.tif")
|
||||||
y = x.get_value("orientation")
|
y = x.get_value("orientation")
|
||||||
self.assertEqual(y, 2)
|
self.assertEqual(y, 2)
|
||||||
|
os.unlink("test-11.tif")
|
||||||
os.unlink("test.tif")
|
|
||||||
|
|
||||||
def test_magickload(self):
|
def test_magickload(self):
|
||||||
x = Vips.type_find("VipsForeign", "magickload")
|
x = Vips.type_find("VipsForeign", "magickload")
|
||||||
|
Loading…
Reference in New Issue
Block a user