Il 29/01/2011 21:36, Pavel Sanda ha scritto:
tomm...@lyx.org wrote:
Author: tommaso
Date: Sat Jan 29 15:42:53 2011
New Revision: 37364
URL: http://www.lyx.org/trac/changeset/37364
Log:
Added basic automated testing capability, based on the MonKey Test (keytest.py)
by McCabe-Dansted.
As of now, I plan to add a few regression tests for the Advanced Find& Replace
using this engine.
It can be used for automated testing of other LyX subsystems as well. Just
write your own *-in.txt
scripts and add them into the autotests/ folder.
doesn't work here. after while i found that readme should specify that xvkbd
and wmctrl are needed
but even after installing nothing happens.
John, is there some full spec what is required? in particular i dont see any
x-session-manager PID here
which is noticed in script.
this was used in the original script, but I guess only for debugging
purposes. I commented out
those lines in the new version.
(no kde or gnome here)
I've just run the autotest/ stuff after having started X with xinit and
from within an xterm.
It worked as expected here (Ubuntu 10.10).
$ dpkg -l | grep wm
ii icewm
1.3.7~pre2-1 wonderful
Win95-OS/2-Motif-like window manager
ii icewm-common
1.3.7~pre2-1 wonderful
Win95-OS/2-Motif-like window manager
ii libwmf-bin
0.2.8.4-7ubuntu2 Windows metafile
conversion tools
ii libwmf0.2-7
0.2.8.4-7ubuntu2 Windows metafile
conversion library
ii libwmf0.2-7-gtk
0.2.8.4-7ubuntu2 Windows metafile
conversion library
ii realplay
11.0.2.2315 plays mp3, rm, ra, rv,
wma, wmv, ogg, aac, and more.
ii wmctrl
1.07-6 control an EWMH/NetWM
compatible X Window Manager
T.