[gegl/debugging-jenkins-tests] tests: more debug



commit bb49b7c8fc822338904e5bf60eabddee3cb86e2a
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 16:02:44 2014 +0200

    tests: more debug

 tests/python/test-gegl-format.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index 7abe53b..eec49f6 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -56,7 +56,9 @@ class TestGeglFormat(unittest.TestCase):
       pp.pprint (dir(Gegl))
       print ("Buffer object")
       pp.pprint (dir(buf_float))
+      print("Format")
       pp.pprint (dir(buf_float.get_property("format")))
+      print Gegl.format_get_name(buf_float.get_property("format"))
 
       self.assertEqual("RGB float", Gegl.format_get_name(buf_float.get_property("format")))
       self.assertEqual("RGBA u8", Gegl.format_get_name(buf_u8.get_property("format")))


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