X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fautotests%2Fhello-world-in.txt;h=019f293a1cf32b20a651450405007de7552202b1;hb=0a040d18ad5bc065fba5b9e834d90d72cac332fb;hp=92faef2a1aa4a898dfdc8ecb709ec4f3d45d4ee2;hpb=948020d9a335e2cecb92c77094b3d2750f3c45d3;p=lyx.git diff --git a/development/autotests/hello-world-in.txt b/development/autotests/hello-world-in.txt index 92faef2a1a..019f293a1c 100644 --- a/development/autotests/hello-world-in.txt +++ b/development/autotests/hello-world-in.txt @@ -16,8 +16,12 @@ # A new LyX instance is spawned, with the command-line arguments # specified in . # +# TestEndWithKill +# Ends a test case, killing immidiately the LyX instance under test +# Behaviour is otherwise the same as in 'TestEnd' below +# # TestEnd -# Ends a test case, killing the LyX instance under test, and +# Ends a test case, closing the LyX instance under test, and # executing the commands into an os.system(). The exit status # of the commands sequence determines success or failure of the test. # This is equivalent to: @@ -47,6 +51,34 @@ # KD: n # Changes the delay among typed charactes to n milliseconds. # +# CO: [>>] +# Open control file for write (or append if preceeded with '>>'). +# This file will contain the search and comment strings. +# Used only by the script 'searchPatterns.pl' at the end of test +# +# CN: +# Write a comment-notice to the control file. Will be output when processed +# by 'searchPatterns.pl' script. +# +# CP: +# Write a pattern to the control file. Special characters in this pattern +# will be escaped to create a suitable regex. +# The result will be applied on the lyx-log-file +# +# Cp: +# It is an error if this pattern matches before the expected (either CP: or CR:) +# Expand pattern like in CP: +# +# CR: +# Write a pattern to the control file. Pattern will be used directly (no conversion). +# +# Cr: +# It is an error if this pattern matches before the expected (either CP: or CR:) +# +# CC: +# Close the control file. The file is also closed at 'TestEndWithKill' and 'TestEnd' +# implicitly. +# # Sleep f # Single delay of f seconds. #