[elbe-devel] [PATCH v3 16/16] schema: test-suite: Add missing attributes
Bastian Germann
bage at linutronix.de
Fri Sep 23 16:38:12 CEST 2022
Am 23.09.22 um 16:03 schrieb Viraj Shah:
> * Add missing attribute for documentation for test-suite.
> * Fix indentation.
>
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
> schema/dbsfed.xsd | 17 +++++++++++++----
> 1 file changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/schema/dbsfed.xsd b/schema/dbsfed.xsd
> index dc8383019..9601356af 100644
> --- a/schema/dbsfed.xsd
> +++ b/schema/dbsfed.xsd
> @@ -3090,16 +3090,25 @@
> <complexType name="test-suite">
> <annotation>
> <documentation>
> - A test suite is a sequence of test cases. The required
> - attribute name is the an human readable identifier for the
> - test suite.
> + A test suite is a sequence of test cases. The required
> + attribute name is the an human readable identifier for the
the an -> a
> + test suite.
> + The value of this tag consists of the test registers
> + defined in elbepack/junit.py to be performed for the
> + specific files.
> </documentation>
> </annotation>
> <sequence>
> <group ref="rfs:test-case" minOccurs="0" maxOccurs="unbounded" >
> </group>
> </sequence>
> - <attribute name="name" type="string" use="required" />
> + <attribute name="name" type="string" use="required">
> + <annotation>
> + <documentation>
> + This attribute describes the name of the test suite.
> + </documentation>
> + </annotation>
> + </attribute>
indentation is still off.
> </complexType>
>
> <group name="test-case">
With these fixed:
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list