]> www.fi.muni.cz Git - evince.git/commitdiff
[test] Disable print tests
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 11 Aug 2009 08:56:45 +0000 (10:56 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 11 Aug 2009 08:56:45 +0000 (10:56 +0200)
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

index 17855ea78e5ade5f66ba01e02bfb1a9dc6227779..9cf215bb47721b41e8cb7146cb087a1d963e1ef3 100644 (file)
@@ -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