Testsuite: org.simpleframework.xml.core.PathSectionIndexTest
Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.439 sec
------------- Standard Output ---------------
<pathSectionIndexExample>
   <contact-details>
      <phone>
         <mobile>67890</mobile>
      </phone>
   </contact-details>
   <contact-details>
      <phone>
         <home>12345</home>
      </phone>
   </contact-details>
</pathSectionIndexExample><pathSectionIndexExample>
   <contact-details>
      <phone>
         <mobile>67890</mobile>
      </phone>
   </contact-details>
   <contact-details>
      <phone>
         <home>12345</home>
      </phone>
   </contact-details>
</pathSectionIndexExample>
<path-section-index-example ID="0">
   <contact-details>
      <phone>
         <!-- java.lang.String -->
         <mobile ID="1">67890</mobile>
      </phone>
   </contact-details>
   <contact-details>
      <phone>
         <!-- java.lang.String -->
         <home ID="2">12345</home>
      </phone>
   </contact-details>
</path-section-index-example>>>>>> ELEMENT=[element path-section-index-example]
>>>>> TYPE=[class org.simpleframework.xml.core.PathSectionIndexTest$PathSectionIndexExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
<PathSectionIndexExample ID="0">
   <ContactDetails>
      <Phone>
         <!-- java.lang.String -->
         <Mobile ID="1">67890</Mobile>
      </Phone>
   </ContactDetails>
   <ContactDetails>
      <Phone>
         <!-- java.lang.String -->
         <Home ID="2">12345</Home>
      </Phone>
   </ContactDetails>
</PathSectionIndexExample>>>>>> ELEMENT=[element PathSectionIndexExample]
>>>>> TYPE=[class org.simpleframework.xml.core.PathSectionIndexTest$PathSectionIndexExample]
>>>>> SOURCE=[class org.xmlpull.mxp1.MXParserCachingStrings]
------------- ---------------- ---------------
------------- Standard Error -----------------
<pathSectionIndexExample>
   <contact-details>
      <phone>
         <mobile>67890</mobile>
      </phone>
   </contact-details>
   <contact-details>
      <phone>
         <home>12345</home>
      </phone>
   </contact-details>
</pathSectionIndexExample>------------- ---------------- ---------------

Testcase: testSectionIndex took 0.431 sec
Testcase: testDirectory took 0.001 sec
