From 1ce84334008254ad56d7f332a7632333299289de Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 11 Aug 2009 08:56:45 +0000 Subject: [test] Disable print tests They crash for me due to some dogtail error Traceback (most recent call last): File "./test6.py", line 21, in 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 --- 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 -- cgit v0.9.1