[gegl] python: remove bogus test with hard-coded gegl config values



commit 57d3e427beef7517e1ebac66d5f34479411aff01
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Jun 4 01:01:27 2014 +0200

    python: remove bogus test with hard-coded gegl config values

 tests/python/test-gegl.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/python/test-gegl.py b/tests/python/test-gegl.py
index 6bce1f0..7992995 100755
--- a/tests/python/test-gegl.py
+++ b/tests/python/test-gegl.py
@@ -31,8 +31,6 @@ class TestGegl(unittest.TestCase):
         gegl_config = Gegl.config()
         # Some default that are unlikely to change
         self.assertEqual(gegl_config.props.quality, 1.0)
-        self.assertEqual(gegl_config.get_property('tile-width'), 128)
-        self.assertEqual(gegl_config.get_property('tile-height'), 64)
 
     def test_300_exit(self):
         Gegl.exit()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]