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



commit bf807676eb3f9ecb438cd35eefdf43ac8bbfefc7
Author: Alexia Death <alexiadeath gmail com>
Date:   Mon Dec 8 16:00:12 2014 +0200

    tests: more debug output

 tests/python/test-gegl-format.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index c6179a9..f309b95 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -56,6 +56,7 @@ class TestGeglFormat(unittest.TestCase):
       pp.pprint (dir(Gegl))
       print ("Buffer object")
       pp.pprint (dir(buf_float))
+      pp.pprint ((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]