File: testWithXmlVerbose.txt

package info (click to toggle)
lua-unit 3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: xml: 852; python: 224; makefile: 153
file content (11 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# XML output to test/ref/testWithXmlVerbose.xml
# Started on 04/28/19 21:05:12
# 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