The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 0b82548b5efa3f7b85cab0084fb5293509e1d836
Author: Kornel Benko <[email protected]>
Date:   Sat Dec 15 12:58:31 2012 +0100

    Cmake build autotests:
    Correct the environment MAX_LOOP -> MAX_LOOPS

diff --git a/development/autotests/findadv-08-in.txt 
b/development/autotests/findadv-08-in.txt
index 7964b92..5c2e711 100644
--- a/development/autotests/findadv-08-in.txt
+++ b/development/autotests/findadv-08-in.txt
@@ -10,17 +10,18 @@ KK: o\Axregexp-mode\[Return].* a\[Return]
 TestEnd
 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 8' 
lyx-log.txt
 
-TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
-KK: \CF
+TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
+KK: \C\[Home]\CF
 KK: o\Axregexp-mode\[Return][[:word:]]* a
-KD: 200
-KK: \Al\Ar\[Return]
+KK: \Al\Ar
+KD: 500
+KK: \[Return]
 KD: 100
 TestEnd
-Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 
6' lyx-log.txt
+Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 
6' lyx-log2.txt
 
-TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
-KK: \CF
+TestBegin test.lyx -dbg find > lyx-log3.txt 2>&1
+KK: \C\[Home]\CF
 KK: \Axregexp-mode\[Return].* \Al\Ar\[Return]\[Return]\[Return]
 TestEnd
-Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 
3' lyx-log.txt
+Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 
3' lyx-log3.txt
diff --git a/development/autotests/single-test.cmake 
b/development/autotests/single-test.cmake
index e1b5b59..15b96ea 100755
--- a/development/autotests/single-test.cmake
+++ b/development/autotests/single-test.cmake
@@ -60,7 +60,7 @@ set(ENV{KEYTEST_INFILE} "${AUTOTEST_ROOT}/${KEYTEST_INFILE}")
 set(ENV{KEYTEST_OUTFILE} "${WORKDIR}/${KEYTEST_OUTFILE}")
 set(ENV{PO_BUILD_DIR} "${PO_BUILD_DIR}")
 set(ENV{MAX_DROP} 0)
-set(ENV{MAX_LOOP} 1)
+set(ENV{MAX_LOOPS} 1)
 file(GLOB _testfiles RELATIVE "${WORKDIR}" "test*.*" "#test*.*")
 if(_testfiles)
   # remove some leftover files from previous test

-----------------------------------------------------------------------

Summary of changes:
 development/autotests/findadv-08-in.txt |   17 +++++++++--------
 development/autotests/single-test.cmake |    2 +-
 2 files changed, 10 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to