1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Testsuite: org.simpleframework.xml.core.PathWithOrderedAttributesTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.132 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 com.sun.xml.internal.stream.events.StartElementEvent]
<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 com.sun.xml.internal.stream.events.StartElementEvent]
------------- ---------------- ---------------
Testcase: testAttributeOrder took 0.129 sec
Testcase: testDirectory took 0 sec
|