From cd04601b6fc2f911e176bf6e73d3b2b42e53f50f Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Sat, 16 Apr 2011 10:58:20 +0000 Subject: [PATCH] A few clarifications, more TODOs. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38411 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/autotests/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/development/autotests/README b/development/autotests/README index eb2594bf05..177cfabf2b 100644 --- a/development/autotests/README +++ b/development/autotests/README @@ -19,7 +19,7 @@ The following programs are needed by the testing framework: be built before running the tests - wmctrl - pcregrep -- Tcl/Tk +- Tcl/Tk (wish8.5) USAGE @@ -68,3 +68,7 @@ the condition we're waiting for). Allow for tests with multiple LyX instances, e.g., for copy&paste across LyX instances, or multiple applications, i.e., for testing the interaction between LyX and other applications. + +The modified xvkbd forces the focus on the specified target window +(for safety reasons). Allow for a temporary disable of this within +the scripts, whenever we need to interact with a pop-up dialog.