[gegl/debugging-jenkins-tests] tests: more debug
- From: Alexia Death <alexiade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/debugging-jenkins-tests] tests: more debug
- Date: Mon, 8 Dec 2014 14:02:57 +0000 (UTC)
commit 6872c240a1cc5df2670320a12fd0b174baa5eed4
Author: Alexia Death <alexiadeath gmail com>
Date: Mon Dec 8 16:01:26 2014 +0200
tests: more debug
tests/compositions/Makefile.am | 1 -
tests/python/test-gegl-format.py | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/compositions/Makefile.am b/tests/compositions/Makefile.am
index b85e81d..70e5507 100644
--- a/tests/compositions/Makefile.am
+++ b/tests/compositions/Makefile.am
@@ -28,7 +28,6 @@ TESTS = \
edge-laplace.xml \
edge-sobel.xml \
fattal02.xml \
- gegl.xml \
gamma.xml \
hdr-color.xml \
illusion.xml \
diff --git a/tests/python/test-gegl-format.py b/tests/python/test-gegl-format.py
index f309b95..7abe53b 100755
--- a/tests/python/test-gegl-format.py
+++ b/tests/python/test-gegl-format.py
@@ -56,7 +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")))
+ pp.pprint (dir(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]