blob: 4e1c1772a4c34f3c52e8f617b880ba1bfff993c2 (
plain)
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
|
..FFE
ERROR during LuaUnit test execution:
test/test_with_err_fail_pass.lua:23: attempt to perform arithmetic on a table value
Tests with errors:
------------------
1) TestSomething.test3_Err1
test/test_with_err_fail_pass.lua:23: attempt to perform arithmetic on a table value
stack traceback:
test/test_with_err_fail_pass.lua:23: in function 'TestSomething.test3_Err1'
Failed tests:
-------------
1) TestSomething.test2_Fail1
test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
stack traceback:
test/test_with_err_fail_pass.lua:15: in function 'TestSomething.test2_Fail1'
2) TestSomething.test2_Fail2
test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3
stack traceback:
test/test_with_err_fail_pass.lua:19: in function 'TestSomething.test2_Fail2'
Ran 5 tests in 0.000 seconds, 2 successes, 2 failures, 1 error, 9 non-selected
LuaUnit ABORTED (as requested by --error or --failure option)
|