From 3eb071ea41d7f064fb92ce76c865d99d3cb55fdd Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 07 Nov 2012 13:25:39 +0000 Subject: Rework tests to be based on pyatspi only dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there. --- (limited to 'scripts') diff --git a/scripts/check-system b/scripts/check-system index 72d4041..8b01945 100755 --- a/scripts/check-system +++ b/scripts/check-system @@ -329,10 +329,10 @@ checks = \ "checker": "binary", "packages": { "fedora": "dbus-x11", "ubuntu": "dbus-x11" } }, - { "check": "import dogtail", + { "check": "import pyatspi", "checker": "python", - "packages": { "fedora": "dogtail", - "ubuntu": "python-dogtail" } }, + "packages": { "fedora": "pyatspi", + "ubuntu": "python-pyatspi2" } }, # sugar-build buildtime diff --git a/scripts/run-dogtail-tests b/scripts/run-ui-tests index ddf126a..ddf126a 100755 --- a/scripts/run-dogtail-tests +++ b/scripts/run-ui-tests -- cgit v0.9.1