Kornel Benko
7e89a2d5b1
Make more tests compilable
...
revertedTestst: aa_samply.lyx compiles without change
*_Additional.lyx: bad include path after moved to attic
2013-08-14 14:24:20 +02:00
Scott Kostyshak
1d3e77b515
tests: 'default' 'default_output_format' if none
...
When deciding which output formats to test, if we do not find a
'default_output_format' we assume it is set to 'default'.
For discussion, see:
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg180536.html
2013-08-05 19:24:11 -04:00
Scott Kostyshak
1052732e66
Japanese docs: translations from Koji
2013-08-05 19:15:56 -04:00
Scott Kostyshak
005cc9097c
revertedTests: take out some Hebrew, add Russian
...
The Hebrew files export fine with pdf and pdf2 when Hebrew fonts
are installed. Russian LuaTeX is not known to work.
2013-08-05 04:58:55 -04:00
Vincent van Ravesteijn
9235e82558
Fix typo
2013-08-04 16:37:24 +02:00
Kornel Benko
8ac070afb0
Cmake export tests
...
Some export test are known to fail. Checking them every time is cumbersome.
Now, the tests marked in file revertedTests will invert the success condition
and mark the test as INVERTED_SEE-README.ctest.
If some of the tests in revertedTests fails, this is good, and the testname
can be removed from it.
2013-08-04 14:31:47 +02:00
Kornel Benko
db3afda749
typo
2013-07-23 22:39:03 +02:00
Kornel Benko
33f23ae8e5
Export tests in cmake build: Do not use the default userdir while
...
running lyx.
2013-07-23 21:42:44 +02:00
Vincent van Ravesteijn
f43e38fa9f
CMake: xvkbd: Check whether the list exists
...
Instead of adding an empty element to the list, just check properly whether the list exists.
2013-07-23 20:42:53 +02:00
Vincent van Ravesteijn
d3634b6cd5
CMake: xvkbd: Fix spelling
2013-07-23 19:05:06 +02:00
Vincent van Ravesteijn
33aef1befe
CMake: xvkbd: Compile fix if none of the libraries is found
...
If no libraries are found, XVFBDLIBS is not initialized and the command "list(REMOVE_DUPLICATES XVFBDLIBS)" fails. So, initialize XVFBDLIBS beforehand.
2013-07-23 19:04:56 +02:00
Tommaso Cucinotta
cf973b2f3a
I seem to need this to let the 'Lang' keyword work, within *-in.txt files.
2013-07-23 02:10:48 +01:00
Kornel Benko
f4bc391925
Cmake build xvkbd: add xmu to the list of libraries to bind with.
...
This is needed (because of DSO) on ubuntu 13.04.
2013-07-13 22:45:05 +02:00
Kornel Benko
5431b41d22
Cmake build key tests: Omit the tests and creation of xvkbd command,
...
if not all needed libs or programs are available.
This error is now not fatal.
2013-07-13 22:44:56 +02:00
Kornel Benko
fda7721e4a
Cmake tests: use multiple log files for multiple test-cases
2013-05-21 19:54:20 +02:00
Kornel Benko
82bca55a1f
Typo
2013-05-21 13:26:26 +02:00
Scott Kostyshak
060bac3401
Add autotests for #8684
...
(these should currently fail)
2013-05-20 18:52:16 -04:00
Tommaso Cucinotta
712e1871ca
Added regression test for simple use-case documented in Advanced F&R manual.
...
findadv-re-05 with ignore format fails, whilst findadv-re-06 not ignoring format succeeds, as of now.
2013-04-29 00:48:43 +01:00
Scott Kostyshak
60ed90f0ae
Add another test for #7673 (currently fails)
2013-04-04 06:58:42 -04:00
Scott Kostyshak
36da271b74
Add test for #8370 (not yet fixed)
2013-04-04 06:31:00 -04:00
Scott Kostyshak
9ff4dc4258
Clean up CMake testing code
...
Thanks to Kornel for the advice.
2013-03-04 11:39:12 -05:00
Scott Kostyshak
e4a72659b0
Re-add MergedManual test
...
Now that the default format is set to xhtml, there will correctly
be no LaTeX test.
2013-03-04 07:18:11 -05:00
Scott Kostyshak
cc30e79c32
Tests: take into account a default format of xhtml
...
The xhtml format is always tested, regardless of the default format.
Without this, if the default format is xhtml, CMake gives an error
when trying to add the xhtml test because it was already added.
2013-03-04 07:15:52 -05:00
Kornel Benko
f520df382d
Remove MergedManuals.lyx from export tests
2013-03-01 17:13:29 +01:00
Scott Kostyshak
6c15b944b1
Remove keytest.py code from export.cmake
...
Export tests do not need keytest.py.
2013-03-01 07:15:37 -05:00
Scott Kostyshak
28104a7496
Add templates to export tests (CMake & autotools)
2013-02-21 08:25:13 -05:00
Kornel Benko
9183c922ea
Sort export tests in cmake build according to language
2013-02-20 13:26:01 +01:00
Kornel Benko
248c6ded33
Cmake tests: Add lyx-files for export testing recursively.
2013-02-18 16:34:19 +01:00
Scott Kostyshak
9f4927e855
Add examples to export tests (CMake & autotools)
...
Now all export tests can be run with:
ctest -R "export"
Only export tests for manuals can be run with:
ctest -R "export/doc"
And only export tests for examples can be run with:
ctest -R "export/examples"
2013-02-16 06:27:09 -05:00
Scott Kostyshak
2fd0c34b9b
CMake: change name of export autotests
...
Instead of 'autotests/export/doc/' export tests are prefixed
with 'export/doc/'. This has the advantage of the name better
reflecting the test (export tests are not autotests), but has a
disadvantage in that the old name gave a better idea of where the
export test scripts are located (in the autotests directory).
2013-02-16 06:27:09 -05:00
Scott Kostyshak
010dfb6a5a
Make export tests more extendable
...
For both CMake and autotools. Now we can easily add
the examples to the export tests.
2013-02-16 06:27:09 -05:00
Scott Kostyshak
39c380ee0b
Add an autotest for #8540
...
This test should currently fail on master and on 2.0.x.
2013-02-07 03:42:14 -05:00
Scott Kostyshak
e609787a0f
keytest.py: do not print the same thing twice
...
keytest.py now only prints one time the command that it is executing for
an assert. The command is already printed in the function responsible
for executing it, so it is not necessary to print the command before
calling that function.
2013-02-04 03:20:02 -05:00
Scott Kostyshak
2aeb17e8ef
Add an autotest for #7673
...
This test should fail because #7673 is not yet fixed in trunk.
Note that it is fixed in branch.
This is the first autotest that uses an existing .lyx file,
bug-7673.lyx.
2013-01-29 16:18:08 -05:00
Scott Kostyshak
12a4b3aee9
autotests: clean up .emergency file of input .lyx
...
If the test opens an existing .lyx file and crashes, it will leave
around a .emergency file. If a test with that same name is run again,
LyX will try to recover the .emergency file, which could throw
off the test.
This is implemented for both CMake and autotools.
2013-01-29 16:18:08 -05:00
Scott Kostyshak
e77c0dfcf3
CMake: tests can now use an existing .lyx file
...
To reproduce some bugs, tests need to open an existing LyX file. This
is now possible with CMake and is consistent with testing under
autotools in the sense that the .lyx file is referred to in the test
by being in the parent directory.
If the test is named bug-XXXX-in.txt and there exists a file
bug-XXXX.lyx, that file will be copied to the parent directory of
out-home in the build directory.
2013-01-27 05:29:50 -05:00
Kornel Benko
e6e28f189a
Cmake build: autotests: Remove "session"-file before starting tests
2013-01-25 10:47:31 +01:00
Kornel Benko
dae22baf0b
Cmake build: Forgot to set the environment XVKBD_HACKED
...
to select the correct parameters for xvkbd.
2013-01-25 09:16:34 +01:00
Kornel Benko
55d32635e1
Cmake build: Add pdf, pdf2 and pdf5 formats to export testcases
2013-01-24 17:58:44 +01:00
Kornel Benko
aba79b78c7
Add description of Sleep (== pause) command in keutests
2013-01-24 08:48:18 +01:00
Scott Kostyshak
d31aef689a
CMake export tests now correctly check return code
2013-01-22 03:10:48 -05:00
Scott Kostyshak
2f14b329b3
Add an autotest for a trunk regression ( #8482 )
...
The regression was fixed at [f164ffd0/lyxgit].
2013-01-05 04:44:14 -05:00
Scott Kostyshak
3c9686ee35
Shave 3 seconds off an autotest
...
'-dbg any' is not needed.
2013-01-05 04:39:49 -05:00
Kornel Benko
9481d4182e
autotests: Enable the suffixed lyx to run the test too.
...
(Hard coded 'lyx' replaced with real lyx-exe-file-name)
2013-01-05 10:07:37 +01:00
Vincent van Ravesteijn
1b3871b302
Add custom target to run tests
...
This target can depend on the individual test projects and this makes sure
that the test projects are build before running the tests.
2012-12-17 22:26:14 +01:00
Tommaso Cucinotta
073561ca63
Allow for keeping succesful tests output directories if the V env variable is non-null.
2012-12-15 12:07:31 +00:00
Kornel Benko
0b82548b5e
Cmake build autotests:
...
Correct the environment MAX_LOOP -> MAX_LOOPS
2012-12-15 12:58:31 +01:00
Kornel Benko
892e237fe1
Cmake build: Testing
...
Make this all more the cmake way
2012-12-15 00:15:59 +01:00
Kornel Benko
81500fc99b
Cmake build:
...
Move definitions of target ${_lyx} and ${_tex2lyx} to top-most directory,
to make them overall available
2012-12-14 12:23:17 +01:00
Kornel Benko
96dd1363a2
Cmake build: all tests
...
1.) Rename tests to show their grouping
2.) Adapt the roundtrip tests to new lyx-format
2012-12-13 15:35:04 +01:00
Kornel Benko
1f93b0805e
Cmake build autotests:
...
Split export test to test on each format and each input file
One can still check all exports with one commend
ctest -R "export.*"
2012-12-13 12:38:38 +01:00
Tommaso Cucinotta
610145bb5a
Fixed wmctrl invocation copying keytest.pl behavior.
2012-12-12 19:23:05 +00:00
Kornel Benko
4182205ca8
Cmake build: autotests
...
Make the export test available to all, since it is independent of X11
2012-12-12 18:23:25 +01:00
Kornel Benko
b436a03b34
Cmake build: autotests
...
Adapt to use local .gmo files
2012-12-12 14:54:38 +01:00
Kornel Benko
57ca9ee073
Cmake build: autotests
...
1.) Filenames for export changed
2.) Usage of wmctrl
3.) More temporary file to remove
2012-12-11 18:59:05 +01:00
Kornel Benko
f02f671dd0
Cmake build, autotests
...
Removed if no X11.
Because X11 is needed for xvkbd but not available on some platforms (even if UNIX)
2012-12-11 16:00:59 +01:00
Kornel Benko
57b04ac7f4
Cmake build: First try to use autotests.
...
Many test are not running, but if changed the '-dbg xxx' to '-dbg any'
then all of sudden they pass ...
(The buffered output of lyx is often disrupted too early with 'kill -9',
so the expected data are not available for the appropriate test)
2012-12-11 15:17:04 +01:00
Tommaso Cucinotta
aad1f4ce78
Fixing behavior of Lang directive in test cases, by setting LANGUAGE variable, in addition to LANG one.
2012-12-09 20:38:53 +00:00
Tommaso Cucinotta
0e81930597
Fixed bug in escape sequence, showing up with ignore format off (addressing #8380 ).
2012-10-22 01:05:29 +01:00
Tommaso Cucinotta
5c6f72b96e
Advanced find autotests now working again.
...
Make autotests work again on Ubuntu 12.04 (when launched from English language).
Add extra check and notification if wmctrl is missing.
2012-10-13 00:47:06 +01:00
Tommaso Cucinotta
ef7a142f3f
Fixed longstanding bug in Advanced Find&Replace, when dealing with documents containing braces.
...
Corresponding test-case needed a fix as well and now it is passed.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39518 a592a061-630c-0410-9148-cb99ea01b6c8
2011-08-25 19:16:14 +00:00
Tommaso Cucinotta
4622b215ba
Added to the test-case the case that was actually failing (replacing with multi-cells inside math).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39280 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-12 15:55:32 +00:00
Tommaso Cucinotta
e87e2860e7
Added regression test for #7675 (ensure that after replacing multi-cell math contents the cursor is properly advanced).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39279 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-12 15:42:20 +00:00
Tommaso Cucinotta
db592baf0e
Recovered autotests for *-in.txt tests.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39265 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-10 00:13:12 +00:00
Tommaso Cucinotta
bf5f1eb3e8
Added the possibility to build arbitrary scripts (*-in.sh) as tests. They are all launched
...
together with the others when typing 'make', and also they can be selectively
launched by using: ./run-tests.sh filename-in.sh.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39241 a592a061-630c-0410-9148-cb99ea01b6c8
2011-07-03 17:00:18 +00:00
Tommaso Cucinotta
a48baee56f
Now Adv. F&R correctly interprets escape sequences within regexp insets, e.g., \\ or \(, for finding characters with a special meaning in regular expression context (\^()[]).
...
Added corresponding regression tests findadv-re-01 and -02 for finding these special characters.
Unfortunately, braces {} are a little bit special and don't work yet. Added findadv-re-03 regression test to not forget about this case.
This goes along the line of fixing issues reported by Andrew Parsloe and summarised as #7638 .
Last note: Still there will be cases when the Advanced F&R won't work, especially if the text to be found and/or the search pattern is preceded by backslashes or others.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39135 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-19 16:41:23 +00:00
Tommaso Cucinotta
e607cbfbca
Updated UserGuide after removal of macro insertion while in regexp mode.
...
Fixed regression case (now typing twice "\" leads to "\\", i.e., the regexp matching the backslash char).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39019 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-12 01:25:26 +00:00
Tommaso Cucinotta
3a603d760a
Added test-case for regular expressions using "\" for backwards references (e.g., \1).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39018 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-12 01:23:07 +00:00
Tommaso Cucinotta
c7e609135a
Now backslash-prefixed regexps like "\s", "\d", etc., are all understood by Advanced F&R.
...
Fixing issue 4 reported at: http://permalink.gmane.org/gmane.editors.lyx.devel/136992
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39016 a592a061-630c-0410-9148-cb99ea01b6c8
2011-06-12 00:12:26 +00:00
Tommaso Cucinotta
69ab1306a8
Avoid extra ' ' in text-only export of consecutive macros in math mode, for Advanced F&R matching, with ignore-format off.
...
For example, this wasn't allowing to match '\beta\alpha' in the sequence '\alpha\beta\alpha', as
in the accompanying regression test-case (added case for ignore-format off).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38888 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-29 14:08:29 +00:00
Tommaso Cucinotta
2d8108cf4c
Avoid extra ' ' in text-only export of consecutive macros in math mode, for Advanced F&R matching.
...
For example, this wasn't allowing to match '\beta\alpha' in the sequence '\alpha\beta\alpha', as
in the accompanying regression test-case.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38883 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-29 13:40:34 +00:00
Tommaso Cucinotta
ec46b98d8c
Fixed bug in matching at borders within *-environments with ignore-format off.
...
(related to #7596 )
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38863 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-27 21:14:36 +00:00
Tommaso Cucinotta
386c8291ed
Fixed Advanced F&R issue in matching things at environment borders with ignore-format off.
...
Added accompanying regression tests for displayed math and numbered equations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38860 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-27 20:39:58 +00:00
Tommaso Cucinotta
f1965e9ff1
Bugfix in how the search buffer was exported for the Advanced Find & Replace.
...
For example, before this footnotes were not correctly found.
Added also accompanying regression test.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38846 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-26 17:08:48 +00:00
Kornel Benko
b66dcc5536
Revert no intended change
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38722 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-12 13:35:10 +00:00
Kornel Benko
45b61c6ecf
1.) Corrected internal compilation for Libintl
...
2.) Changed cmake-files accordingly
Patch from Jean-Marc Lasgouttes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38606 a592a061-630c-0410-9148-cb99ea01b6c8
2011-05-06 19:24:54 +00:00
Tommaso Cucinotta
be9a7223c0
Added test for crash in current trunk (i.e., this is failing now).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38478 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-22 22:23:42 +00:00
Tommaso Cucinotta
25e3d90303
Added check for assertions or anomalous exits of LyX on TestEnd.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38477 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-22 22:23:16 +00:00
Tommaso Cucinotta
cd04601b6f
A few clarifications, more TODOs.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38411 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-16 10:58:20 +00:00
Tommaso Cucinotta
23258f5399
Regression test for #7442 .
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38384 a592a061-630c-0410-9148-cb99ea01b6c8
2011-04-14 22:21:18 +00:00
Vincent van Ravesteijn
eec88b7e5e
Revert wrong previous commit.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37959 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-19 10:34:59 +00:00
Vincent van Ravesteijn
e52af5f897
Simplify logic in InsetRef::latex().
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37958 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-19 10:31:43 +00:00
Tommaso Cucinotta
5619a45daf
Checks that r37943 keeps doing its job.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37944 a592a061-630c-0410-9148-cb99ea01b6c8
2011-03-18 00:48:32 +00:00
Tommaso Cucinotta
1b929a0c45
When killing lyx instances, we may ignore failures of kill and killall (if the process is not found, it exited already).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37734 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-19 21:00:01 +00:00
Tommaso Cucinotta
8faded55d9
Replaced the Ctrl+Shft+r sequences for entering regexp-mode with [Alt+x]regexp-mode[Ret],
...
as the shortcut has gone.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37667 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-14 20:41:46 +00:00
Tommaso Cucinotta
16ba37879e
Added test-case for finding (properly) LyX & LaTeX (special phrases exported
...
in Paragraph.cpp as the corresponding macros), when ignore format is off.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37601 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-12 11:06:09 +00:00
Tommaso Cucinotta
9e9874c0ab
Avoid stop_autotests termination message when it is killed at normal termination of test-case.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37600 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-12 11:05:04 +00:00
Tommaso Cucinotta
ac56711021
Added version suffix to symlinks. Tested with --enable-version-suffix.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37598 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-11 23:27:34 +00:00
Tommaso Cucinotta
dcf0eb944e
Now the framework works running LyX in the language required by the test
...
script (if any) also when LyX is not installed on your system
(using a variant of the trick suggested by Enrico, i.e., create a symlink
locale from the LyX sources root to an autotests/locale folder).
At least, it does on Linux.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37589 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-10 22:33:23 +00:00
Tommaso Cucinotta
3596e02d6a
Suppress killall output when killing STOP button.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37560 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-08 00:14:23 +00:00
Tommaso Cucinotta
16d57e550f
Forgot to terminate the emergency button.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37552 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-07 23:37:34 +00:00
Tommaso Cucinotta
939796f137
Added emergency STOP button in tcl/tk window for immediate & painless termination of the tests.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37551 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-07 23:32:27 +00:00
Tommaso Cucinotta
eede499399
Allowed to set the default typing delay via environment variable.
...
Improved documentation of usage.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37523 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 23:14:49 +00:00
Tommaso Cucinotta
7dba92987c
If XVKBD_HACKED env var is not set, then don't try to build any custom xvkbd.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37522 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 22:56:02 +00:00
Tommaso Cucinotta
89620e1481
Made use of internal hacked xvkbd optional. Now it is needed and
...
used only if the XVKBD_HACKED environment var is defined.
Made keytest.py exploit the -wait_idle option of the hacked xvkbd.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37521 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 22:50:07 +00:00
Tommaso Cucinotta
3a6bc0b36a
More regular expression testing.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37520 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 22:48:54 +00:00
Tommaso Cucinotta
252606610c
Added -wait_idle option to wait for the target process to idle at each key press.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37519 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 22:47:33 +00:00
Tommaso Cucinotta
29c92d79a4
Added proper propagation of Ctrl-C from os.system()-executed command to keytest.py (makes stopping tests easier while they're running).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37518 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-06 22:16:51 +00:00
Tommaso Cucinotta
17f1377baf
Saving a doc is faster and more reliable by Ctrl-s, rather than activating a menu (thx Pavel).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37449 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-03 09:13:19 +00:00
Pavel Sanda
eda9616158
fix findadv-03-in.txt
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37441 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-03 00:01:53 +00:00
Tommaso Cucinotta
1f51de3cd1
Added custom xvkbd for avoiding typing into other windows.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37439 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-02 23:18:16 +00:00
Tommaso Cucinotta
ac7572f366
More precise identification of the lyx window (by id, instead of the buggy by title).
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37410 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 22:57:10 +00:00
Tommaso Cucinotta
705759d678
Added the creation of a custom .lyx folder inside pwd
/home/.lyx at
...
the beginning of the tests (which reconfigures LyX and takes some time),
followed by all of the tests using it. This way, we get only the default
configuration of LyX as a base, without being affected by individual users
custom configurations.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37408 a592a061-630c-0410-9148-cb99ea01b6c8
2011-02-01 22:08:07 +00:00
Pavel Sanda
fc1260b0bc
Few touches of autotests
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37390 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-31 20:39:35 +00:00
Tommaso Cucinotta
37179bca4b
Added test cases for format-aware searching of formatted text.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37380 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 19:46:05 +00:00
Tommaso Cucinotta
7e02f60ae6
keytest.py ignores now also whitespaces only lines.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37379 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 19:45:17 +00:00
Tommaso Cucinotta
e4df1f08fb
Removed stripping of whitespaces from script commands.
...
Added the capability to ignore empty lines.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37378 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 19:44:31 +00:00
Tommaso Cucinotta
090aac89d0
Added Lang command to test cases. Added a couplr of regression tests for Advanced F&R.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37377 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 16:01:22 +00:00
Tommaso Cucinotta
cc694943a7
Refined description of syntax.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37376 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 16:00:01 +00:00
Tommaso Cucinotta
4d138a9f3d
Avoid confusing the window name of a LyX instance with the one of
...
Thunderbird while displaying LyX mails or Firefox while displaying
LyX web pages.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37375 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 15:59:41 +00:00
Tommaso Cucinotta
8ef0abbacc
Added Sleep and Assert commands in test scripts.
...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37374 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-30 15:58:08 +00:00
Tommaso Cucinotta
5f50ae8f08
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.
TODOs:
- perhaps simplify keytest.py
- check how this behaves under various types of failure of the test
(e.g., LyX crashing, hanging, ...) just to be sure it goes on with
the other tests anyway.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37364 a592a061-630c-0410-9148-cb99ea01b6c8
2011-01-29 14:42:53 +00:00