[rtems-docs commit] eng: Partially revert previous commit

Sebastian Huber sebh at rtems.org
Thu Aug 6 07:18:45 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    e1e04083e392711e50ff70c0b9cc583e90764a0e
Changeset: http://git.rtems.org/rtems-docs/commit/?id=e1e04083e392711e50ff70c0b9cc583e90764a0e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Aug  6 09:16:11 2020 +0200

eng: Partially revert previous commit

The previous commit contained more than just a typo fix.  Remove this
part.

Update #3715.

---

 eng/req/items.rst | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/eng/req/items.rst b/eng/req/items.rst
index 5342581..4ec3fd1 100644
--- a/eng/req/items.rst
+++ b/eng/req/items.rst
@@ -1700,20 +1700,10 @@ test-brief
     The attribute value shall be an optional string. If the value is present,
     then it shall be the test case brief description.
 
-test-cleanup
-    The attribute value shall be an optional string. If the value is present,
-    then it shall be the test cleanup code.  The code is placed in the test
-    action loop body after the test post-condition check code.
-
 test-context
     The attribute value shall be a list. Each list element shall be an
     :ref:`SpecTypeActionRequirementTestContextMember`.
 
-test-context-support
-    The attribute value shall be an optional string. If the value is present,
-    then it shall be the test context support code.  The context support code
-    is placed at file scope before the test context definition.
-
 test-description
     The attribute value shall be an optional string. If the value is present,
     then it shall be the test case description.
@@ -1732,11 +1722,6 @@ test-local-includes
 test-name
     The attribute value shall be a :ref:`SpecTypeTestName`.
 
-test-prepare
-    The attribute value shall be an optional string. If the value is present,
-    then it shall be the early test preparation code.  The code is placed in
-    the test action loop body before the test pre-condition preparation code.
-
 test-setup
     The attribute value shall be an
     :ref:`SpecTypeActionRequirementTestFixtureMethod`.
@@ -1840,7 +1825,6 @@ Please have a look at the following example:
     test-action: |
       /* Call the function of the action */
     test-brief: null
-    test-cleanup: null
     test-context:
     - brief: null
       description: null
@@ -1848,13 +1832,11 @@ Please have a look at the following example:
     - brief: null
       description: null
       member: option_type option
-    test-context-support: null
     test-description: null
     test-header: null
     test-includes: []
     test-local-includes: []
     test-name: RedGreenData
-    test-prepare: null
     test-setup: null
     test-stop: null
     test-support: null



More information about the vc mailing list