Testsuite: de.zeigermann.xml.simpleImporter.SimpleImportTest
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.076 sec
------------- Standard Output ---------------
MAIN TEST
TEST STRING:
<?xml version='1.0' encoding='ISO-8859-1'?><response state='ok'><mixed>Olli <b>ist</b> toll&lt;</mixed><text>Text&lt;<![CDATA[<huhu>Dies ist aller CDATA</huhu>]]></text></response>


FULL DEBUG START
<?xml version='1.0' encoding='ISO-8859-1'?><response state='ok'><mixed>Olli <b>ist</b> toll&lt;</mixed><text>Text&lt;<![CDATA[<huhu>Dies ist aller CDATA</huhu>]]></text></response>

FULL DEBUG END
MIXED
COLLECTED DUMP START
DOCUMENT START
/response:
<response state="ok">
/response/mixed:
<mixed>
Olli
/response/mixed/b:
<b>
ist
/response/mixed/b:
</b>
/response/mixed/text():
toll&lt;
/response/mixed:
</mixed>
/response/text:
<text>
<![CDATA[Text<<huhu>Dies ist aller CDATA</huhu>]]>
/response/text:
</text>
/response:
</response>
DOCUMENT END

COLLECTED DUMP END
DETAIL TEST
TEST STRING:
<?xml version='1.0' encoding='ISO-8859-1'?><response state='ok' boolean='true' int='-100' long='4676767676' ns:olli='cool'><mixed>Olli <b>ist</b> toll&lt;</mixed><text>Text&lt;<![CDATA[<huhu>Dies ist aller CDATA</huhu>]]></text></response>


PATH LIST TEST
TEST STRING:
<?xml version='1.0' encoding='ISO-8859-1'?><root xmlns:olli="http://www.zeigermann.de" xmlns:daniel="http://www.floreysoft.de"><sub><olli:element>
<daniel:element>Huhu</daniel:element>
</olli:element></sub></root>

------------- ---------------- ---------------

Testcase: testMain took 0.045 sec
Testcase: testDetail took 0.023 sec
Testcase: testPathList took 0.005 sec
