tests: Added tests for DOM XML parser
authorLucas Bajolet <r4pass@hotmail.com>
Mon, 29 Jun 2015 15:02:59 +0000 (11:02 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 29 Jun 2015 15:02:59 +0000 (11:02 -0400)
commitf13aea9769c4b4d8aae160b03f2867f9c7bc548a
tree45213975fe5e445084177e11c75732c01c5fca11
parente46410b0ebd1ae98d4b4f54171f7486373aa3035
tests: Added tests for DOM XML parser

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
39 files changed:
tests/sav/test_xml_read.res [new file with mode: 0644]
tests/sav/test_xml_read_args1.res [new file with mode: 0644]
tests/sav/test_xml_read_args10.res [new file with mode: 0644]
tests/sav/test_xml_read_args11.res [new file with mode: 0644]
tests/sav/test_xml_read_args12.res [new file with mode: 0644]
tests/sav/test_xml_read_args13.res [new file with mode: 0644]
tests/sav/test_xml_read_args14.res [new file with mode: 0644]
tests/sav/test_xml_read_args15.res [new file with mode: 0644]
tests/sav/test_xml_read_args16.res [new file with mode: 0644]
tests/sav/test_xml_read_args17.res [new file with mode: 0644]
tests/sav/test_xml_read_args18.res [new file with mode: 0644]
tests/sav/test_xml_read_args2.res [new file with mode: 0644]
tests/sav/test_xml_read_args3.res [new file with mode: 0644]
tests/sav/test_xml_read_args4.res [new file with mode: 0644]
tests/sav/test_xml_read_args5.res [new file with mode: 0644]
tests/sav/test_xml_read_args6.res [new file with mode: 0644]
tests/sav/test_xml_read_args7.res [new file with mode: 0644]
tests/sav/test_xml_read_args8.res [new file with mode: 0644]
tests/sav/test_xml_read_args9.res [new file with mode: 0644]
tests/test_xml_read.args [new file with mode: 0644]
tests/test_xml_read.nit [new file with mode: 0644]
tests/xml_tests/ibm01v01.xml [new file with mode: 0644]
tests/xml_tests/ibm10n04.xml [new file with mode: 0644]
tests/xml_tests/ibm14v01.xml [new file with mode: 0644]
tests/xml_tests/ibm14v02.xml [new file with mode: 0644]
tests/xml_tests/ibm14v03.xml [new file with mode: 0644]
tests/xml_tests/ibm17n03.xml [new file with mode: 0644]
tests/xml_tests/ibm20n01.xml [new file with mode: 0644]
tests/xml_tests/ibm24n01.xml [new file with mode: 0644]
tests/xml_tests/ibm24n03.xml [new file with mode: 0644]
tests/xml_tests/ibm24n04.xml [new file with mode: 0644]
tests/xml_tests/ibm24n05.xml [new file with mode: 0644]
tests/xml_tests/ibm24n06.xml [new file with mode: 0644]
tests/xml_tests/ibm24n07.xml [new file with mode: 0644]
tests/xml_tests/ibm24n08.xml [new file with mode: 0644]
tests/xml_tests/ibm24n09.xml [new file with mode: 0644]
tests/xml_tests/ibm25n01.xml [new file with mode: 0644]
tests/xml_tests/ibm25n02.xml [new file with mode: 0644]
tests/xml_tests/ibm28n08.xml [new file with mode: 0644]