File: errFailPassXmlQuiet.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 (30 lines) | stat: -rw-r--r-- 1,701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# XML output to test/ref/errFailPassXmlQuiet.xml
# Started on 04/30/19 20:22:52
# Starting class: TestAnotherThing
# Starting test: TestAnotherThing.test1_Success1
# Starting test: TestAnotherThing.test1_Success2
# Starting test: TestAnotherThing.test2_Err1
#   Error:  test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
# Starting test: TestAnotherThing.test2_Err2
#   Error:  test/test_with_err_fail_pass.lua:45: attempt to perform arithmetic on a table value
# Starting test: TestAnotherThing.test3_Fail1
#   Failure:  test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2
# Starting test: TestAnotherThing.test3_Fail2
#   Failure:  test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3
# Starting class: TestSomething
# Starting test: TestSomething.test1_Success1
# Starting test: TestSomething.test1_Success2
# Starting test: TestSomething.test2_Fail1
#   Failure:  test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
# Starting test: TestSomething.test2_Fail2
#   Failure:  test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3
# Starting test: TestSomething.test3_Err1
#   Error:  test/test_with_err_fail_pass.lua:23: attempt to perform arithmetic on a table value
# Starting test: TestSomething.test3_Err2
#   Error:  test/test_with_err_fail_pass.lua:27: attempt to perform arithmetic on a table value
# Starting test: testFuncErr1
#   Error:  test/test_with_err_fail_pass.lua:66: attempt to perform arithmetic on a table value
# Starting test: testFuncFail1
#   Failure:  test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3
# Starting test: testFuncSuccess1
# Ran 15 tests in 0.000 seconds, 5 successes, 5 failures, 5 errors