[evince] [test] Disable print tests



commit 1ce84334008254ad56d7f332a7632333299289de
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Tue Aug 11 10:56:45 2009 +0200

    [test] Disable print tests
    
    They crash for me due to some dogtail error
    
    Traceback (most recent call last):
      File "./test6.py", line 21, in <module>
        click('Print to File', roleName='table cell', raw=True)
      File "/var/lib/python-support/python2.5/dogtail/procedural.py", line 299, in __call__
        Click.node.rawClick(button)
      File "/var/lib/python-support/python2.5/dogtail/tree.py", line 355, in rawClick
        extents = self.extents
      File "/var/lib/python-support/python2.5/dogtail/tree.py", line 523, in __getattr__
        return self.__component.getExtents()
      File "pyspi.pyx", line 747, in atspi.Component.getExtents
    TypeError: an integer is required

 test/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 17855ea..9cf215b 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,9 +4,7 @@ dist_check_SCRIPTS = \
 	test2.py \
 	test3.py \
 	test4.py \
-	test5.py \
-	test6.py \
-	test7.py
+	test5.py
 
 TESTS = $(dist_check_SCRIPTS)
 
@@ -14,4 +12,6 @@ EXTRA_DIST = \
 	test-encrypt.pdf \
 	test-links.pdf \
 	test-mime.bin \
-	test-page-labels.pdf
+	test-page-labels.pdf \
+	test6.py \
+	test7.py



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