From: joey Date: Wed, 19 Jun 2013 06:47:29 +0000 (+0800) Subject: Update the test definition schema for fuzzy cases X-Git-Tag: upstream/2.3.22~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c37ed2e087862530ef395ee35ee02f14e287b42c;p=test%2Ftools%2Ftestkit-lite.git Update the test definition schema for fuzzy cases --- diff --git a/xsd/release-notes b/xsd/release-notes index 2ef60c2..b103b2a 100644 --- a/xsd/release-notes +++ b/xsd/release-notes @@ -68,3 +68,15 @@ related example and Xlst is also updated for above. -- version 1.0.2-1 -- 1\ add a new int optional attribute "onload_delay" with default "3" + +-- version 1.0.2-2 -- +1\ Add a new sub element "capabilities" under the element "testcase" +2\ Add a new boolean attribute "check_unsupport_error" in the element "testcase" + +-- version 1.0.2-3 -- +1\ Move the sub element "capabilities" from the element "testcase" to the element "set" + + +-- version 1.0.2-4 -- +1\ Add a unique limitation for suite name +2\ Add a new optional attribute "launcher" in set diff --git a/xsd/test_definition.xsd b/xsd/test_definition.xsd index 15b583c..a52b8a2 100644 --- a/xsd/test_definition.xsd +++ b/xsd/test_definition.xsd @@ -22,13 +22,21 @@ - - - + + + + + + + + + @@ -37,12 +45,8 @@ - - - - @@ -54,7 +58,8 @@ maxOccurs="unbounded"> + maxOccurs="1"> + @@ -299,6 +304,10 @@ + + + + @@ -316,6 +325,7 @@ + @@ -354,5 +364,19 @@ + + + + + + + + + + + + +