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
test2.py \
test3.py \
test4.py \
- test5.py \
- test6.py \
- test7.py
+ test5.py
TESTS = $(dist_check_SCRIPTS)
test-encrypt.pdf \
test-links.pdf \
test-mime.bin \
- test-page-labels.pdf
+ test-page-labels.pdf \
+ test6.py \
+ test7.py