Revision: 3546
Author: janne.t.harkonen
Date: Wed May 26 04:50:27 2010
Log: Fix test after suite name has changed
http://code.google.com/p/robotframework/source/detail?r=3546

Modified:
 /trunk/atest/robot/cli/runner/runmode.txt

=======================================
--- /trunk/atest/robot/cli/runner/runmode.txt   Tue May 25 04:54:30 2010
+++ /trunk/atest/robot/cli/runner/runmode.txt   Wed May 26 04:50:27 2010
@@ -48,6 +48,6 @@

 Get Tests
Comment This keyword is needed as there is also one directory suite, which does not contain tests. - ${tests} = Set Variable If '${SUITE.suites[0].name}' == 'Subsuite 1' ${SUITE.suites[0].suites[0].tests} ${SUITE.suites[0].tests} + ${tests} = Set Variable If '${SUITE.suites[0].name}' == 'Subsuite1' ${SUITE.suites[0].suites[0].tests} ${SUITE.suites[0].tests}
     [Return]  ${tests}

Reply via email to