Modified: incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/selectManyShuttle.xml URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/selectManyShuttle.xml?view=diff&rev=463793&r1=463792&r2=463793 ============================================================================== --- incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/selectManyShuttle.xml (original) +++ incubator/adffaces/trunk/trinidad/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/testScripts/selectManyShuttle.xml Fri Oct 13 12:31:43 2006 @@ -1,46 +1,30 @@ -<test xmlns="http://myfaces.apache.org/trinidad/test" - xmlns:tr="http://myfaces.apache.org/trinidad" - agentNotSupported="pda"> - <base-component tr:type="org.apache.myfaces.trinidad.CoreSelectManyShuttle"> - <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item2" value="2"/> - <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item4" value="4"/> - <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item8" value="8"/> - <component tr:facet="leadingFooter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" - text="footer2"/> - <component tr:facet="trailingFooter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" - text="footer4"/> - <component tr:facet="filter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" - text="filter"/> - </base-component> - <boolean-test name="disabled"/> - <boolean-test name="leadingDescShown"/> - <attribute-test name="leadingHeader"/> - <boolean-test name="readOnly"/> - - <boolean-test name="required"/> - - <!--attribute-test name="requiredMessageDetail" value="Required" - /--> - <attribute-test name="size" value="20"/> - <boolean-test name="trailingDescShown"/> - <attribute-test name="trailingHeader"/> - <attribute-test name="id"/> - <!--attribute-test name="inlineStyle" value="background-color:red"/--> - <!-- NO MATCH FIX --> - <!-- Result of AttributeTest[shortDesc,null] were identical to base, but should not have been! --> - <attribute-test name="shortDesc"/> - <!--attribute-test name="styleClass" /--> - <!-- attribute-test name="onblur"/ --> - <!--attribute-test name="onchange" /--> - <!--attribute-test name="ondblclick"/--> - <!-- attribute-test name="onclick"/ --> - <!-- attribute-test name="onfocus"/ --> - <!-- attribute-test name="onkeydown"/ --> - <!-- attribute-test name="onkeypress"/ --> - <!-- attribute-test name="onmousedown"/ --> - <!-- attribute-test name="onmousemove"/ --> - <!-- attribute-test name="onmouseout"/ --> - <!-- attribute-test name="onmouseover"/ --> - <!-- attribute-test name="onmouseup"/ --> - <!--js-test/--> +<test xmlns="http://myfaces.apache.org/trinidad/test" + xmlns:tr="http://myfaces.apache.org/trinidad" + agentNotSupported="pda"> + <base-component tr:type="org.apache.myfaces.trinidad.CoreSelectManyShuttle"> + <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item2" value="2"/> + <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item4" value="4"/> + <component tr:type="org.apache.myfaces.trinidad.CoreSelectItem" label="item8" value="8"/> + <component tr:facet="leadingFooter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" + text="footer2"/> + <component tr:facet="trailingFooter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" + text="footer4"/> + <component tr:facet="filter" tr:type="org.apache.myfaces.trinidad.CoreCommandButton" + text="filter"/> + </base-component> + <boolean-test name="disabled"/> + <boolean-test name="leadingDescShown"/> + <attribute-test name="leadingHeader"/> + <boolean-test name="readOnly"/> + + <boolean-test name="required"/> + + <attribute-test name="size" value="20"/> + <boolean-test name="trailingDescShown"/> + <attribute-test name="trailingHeader"/> + <attribute-test name="id"/> + <attribute-test name="inlineStyle" value="background-color:red"/> + <attribute-test name="shortDesc"/> + <attribute-test name="styleClass"/> + <js-test/> </test>
