Revision: 5cc4bac65d39
Branch: default
Author: Jussi Malinen <[email protected]>
Date: Thu May 30 08:31:55 2013
Log: test for setting teardown dynamically
update issue 1448
status: done
implemented test
http://code.google.com/p/robotframework/source/detail?r=5cc4bac65d39
Added:
/atest/robot/running/dynamic_teardown.txt
/atest/testdata/running/dynamic_teardown.txt
=======================================
--- /dev/null
+++ /atest/robot/running/dynamic_teardown.txt Thu May 30 08:31:55 2013
@@ -0,0 +1,9 @@
+*** Settings ***
+Suite Setup Run Tests ${EMPTY} running/dynamic_teardown.txt
+Force Tags regression
+Default Tags pybot jybot
+Resource atest_resource.txt
+
+*** Test cases ***
+Setting teardowns with variables dynamically
+ Check test case ${TEST NAME}
=======================================
--- /dev/null
+++ /atest/testdata/running/dynamic_teardown.txt Thu May 30 08:31:55 2013
@@ -0,0 +1,8 @@
+*** Settings ***
+Suite teardown ${suite teardown} World!
+
+*** Test Cases ***
+Setting teardowns with variables dynamically
+ Set test variable ${test teardown} Log
+ Set suite variable ${suite teardown} Log
+ [teardown] ${test teardown} Hello
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.