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



commit 56f16ae7d854c4c655262ebd7902766a35719889
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 16:23:22 2014 +0200

    tests: more debug

 tests/python/test-gegl-format.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index dbc420f..d9dc3d2 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -56,11 +56,14 @@ class TestGeglFormat(unittest.TestCase):
       pp.pprint (dir(Gegl))
       print ("Buffer object")
       pp.pprint (dir(buf_float))
+      print (type(buf_float))
       print("Format")
       pp.pprint (dir(rgb_float))
       print Gegl.format_get_name(rgb_float)
+      print type(rgb_float)
       print("Format out")
       pp.pprint (dir(buf_float.get_property("format")))
+      print (type(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")))


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