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



commit 5fed3b961ae8a3cc7e1960a79c4c9111e82ef031
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 16:12:33 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 eec49f6..dbc420f 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -57,6 +57,9 @@ class TestGeglFormat(unittest.TestCase):
       print ("Buffer object")
       pp.pprint (dir(buf_float))
       print("Format")
+      pp.pprint (dir(rgb_float))
+      print Gegl.format_get_name(rgb_float)
+      print("Format out")
       pp.pprint (dir(buf_float.get_property("format")))
       print Gegl.format_get_name(buf_float.get_property("format"))
 


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