[Hildon-test-aut-commits] r445 - trunk/dogtail/dogtail
suanand at garage.maemo.org
suanand at garage.maemo.org
Wed Oct 17 13:15:49 EEST 2007
Author: suanand
Date: 2007-10-17 13:15:49 +0300 (Wed, 17 Oct 2007)
New Revision: 445
Modified:
trunk/dogtail/dogtail/rocknrole.py
Log:
runR returns pid too - an obvious thing, left unimplemented till nowsvn diff please revisit testcases wherever required
Modified: trunk/dogtail/dogtail/rocknrole.py
===================================================================
--- trunk/dogtail/dogtail/rocknrole.py 2007-10-17 10:15:31 UTC (rev 444)
+++ trunk/dogtail/dogtail/rocknrole.py 2007-10-17 10:15:49 UTC (rev 445)
@@ -430,9 +430,9 @@
# TODO - To minimize impact we should have our own simple run implementation here and not use it from dogtail utils.
from dogtail.utils import run
- run(app)
+ pid=run(app)
sleep(2)
- return RNR(tree.root.application(app))
+ return RNR(tree.root.application(app)), pid
def appR(app):
""" Returns an RNR object representing the app """
More information about the Hildon-test-aut-commits
mailing list