Testsuite: org.simpleframework.xml.core.PathWithOrderedAttributesTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.467 sec
------------- Standard Output ---------------
<serverDeployment>
   <group processor="INTEL" os="LINUX">
      <server>
         <details>
            <primary host="host1.domain.com" port="3487"/>
         </details>
      </server>
      <server>
         <details>
            <secondary host="host2.domain.com" port="3487"/>
         </details>
      </server>
   </group>
</serverDeployment>
<serverDeployment>
   <group processor="INTEL" os="LINUX">
      <server>
         <details>
            <primary host="host1.domain.com" port="3487"/>
         </details>
      </server>
      <server>
         <details>
            <secondary host="host2.domain.com" port="3487"/>
         </details>
      </server>
   </group>
</serverDeployment><serverDeployment>
   <group processor="INTEL" os="LINUX">
      <server>
         <details>
            <primary host="host1.domain.com" port="3487"/>
         </details>
      </server>
      <server>
         <details>
            <secondary host="host2.domain.com" port="3487"/>
         </details>
      </server>
   </group>
</serverDeployment>
<server-deployment ID="0">
   <group processor="INTEL" os="LINUX">
      <server>
         <details>
            <!-- org.simpleframework.xml.core.PathWithOrderedAttributesTest$Server -->
            <primary ID="1" host="host1.domain.com" port="3487"/>
         </details>
      </server>
      <server>
         <details>
            <!-- org.simpleframework.xml.core.PathWithOrderedAttributesTest$Server -->
            <secondary ID="2" host="host2.domain.com" port="3487"/>
         </details>
      </server>
   </group>
</server-deployment>>>>>> ELEMENT=[element server-deployment]
>>>>> TYPE=[class org.simpleframework.xml.core.PathWithOrderedAttributesTest$ServerDeployment]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
<ServerDeployment ID="0">
   <Group processor="INTEL" os="LINUX">
      <Server>
         <Details>
            <!-- org.simpleframework.xml.core.PathWithOrderedAttributesTest$Server -->
            <Primary ID="1" host="host1.domain.com" port="3487"/>
         </Details>
      </Server>
      <Server>
         <Details>
            <!-- org.simpleframework.xml.core.PathWithOrderedAttributesTest$Server -->
            <Secondary ID="2" host="host2.domain.com" port="3487"/>
         </Details>
      </Server>
   </Group>
</ServerDeployment>>>>>> ELEMENT=[element ServerDeployment]
>>>>> TYPE=[class org.simpleframework.xml.core.PathWithOrderedAttributesTest$ServerDeployment]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
------------- ---------------- ---------------

Testcase: testAttributeOrder took 0.46 sec
Testcase: testDirectory took 0.001 sec
