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



commit 22633c153360c606c83962df1d61c7ade671b998
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 16:35:04 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 d9dc3d2..5669d71 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -61,9 +61,12 @@ class TestGeglFormat(unittest.TestCase):
       pp.pprint (dir(rgb_float))
       print Gegl.format_get_name(rgb_float)
       print type(rgb_float)
+      print rgb_float.__class__
       print("Format out")
       pp.pprint (dir(buf_float.get_property("format")))
       print (type(buf_float.get_property("format")))
+      print (buf_float.get_property("format").__class__)
+      print 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]