Revision: 3721
Author: pekka.klarck
Date: Mon Jun  7 05:09:50 2010
Log: explain that all suite teardown kws are executed
http://code.google.com/p/robotframework/source/detail?r=3721

Modified:
 /trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt

=======================================
--- /trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt Mon Jun 7 05:05:37 2010 +++ /trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt Mon Jun 7 05:09:50 2010
@@ -229,6 +229,8 @@
 cases have been executed. It is executed even if the setup of the same
 suite fails. If the suite teardown fails, all test cases in the
 suite are marked failed, regardless of their original execution status.
+Starting from Robot Framework 2.5, all the keywords in suite teardowns
+are executed even if one of them failes.

 The name of the keyword to be executed as a setup or a teardown can be
 a variable. This facilitates having different setups or teardowns

Reply via email to