1 2 3 4 5 6 7 8 9 10 11
|
# XML output to test/ref/testWithXmlDefault.xml
# Started on 04/28/19 21:05:11
# Starting class: TestFailuresWithXml
# Starting test: TestFailuresWithXml.test_failure_with_cdata_xml
# Failure: test/test_with_xml.lua:13: expected: "got it"
# actual: "cdata does not like ]]>"
# Starting test: TestFailuresWithXml.test_failure_with_simple_xml
# Failure: test/test_with_xml.lua:9: expected: "got it"
# actual: '<toto>ti"ti</toto>'
# Starting test: TestThatLastsALongTime
# Ran 3 tests in 1.101 seconds, 1 success, 2 failures
|