diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-04 13:04:34 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-04 13:04:34 -0500 |
commit | 73b8470be4d4d12b1b03071348bcca5e14a043eb (patch) | |
tree | ea26a01bbc6029474b636bad5deeb4916ddddaed | |
parent | ae9b485a2c9c0c8f538f8cf6696236acd110ee7a (diff) | |
download | horizon-73b8470be4d4d12b1b03071348bcca5e14a043eb.tar.gz horizon-73b8470be4d4d12b1b03071348bcca5e14a043eb.tar.bz2 horizon-73b8470be4d4d12b1b03071348bcca5e14a043eb.tar.xz horizon-73b8470be4d4d12b1b03071348bcca5e14a043eb.zip |
req: 3: Add Runner.Verify.Required
-rw-r--r-- | devel/requirements/3_functional.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml index 31c7d4a..ed101b1 100644 --- a/devel/requirements/3_functional.xml +++ b/devel/requirements/3_functional.xml @@ -869,13 +869,13 @@ <title>Verify HorizonScript</title> <section id="runner_verify_meta"> <title>Description / Priority</title> - <para/> + <para>The system needs to verify the validity of the supplied HorizonScript before executing it.</para> </section> <section id="runner_verify_req"> <title>Functional Requirements</title> - <formalpara> - <title/> - <para/> + <formalpara id="Runner.Verify.Required"> + <title>Runner.Verify.Required</title> + <para>The system shall verify the presence and validity of each required keyword in the HorizonScript.</para> </formalpara> </section> </section> |