diff options
author | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-26 11:32:46 +0800 |
commit | 0549b1e5a8a3132005e275d6026db8003cb067d2 (patch) | |
tree | f0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt | |
parent | 32345800737b668011a87328cd3dcce59ec2934c (diff) |
*rename folder
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt')
-rw-r--r-- | Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt deleted file mode 100644 index 4e1c177..0000000 --- a/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-2.txt +++ /dev/null @@ -1,25 +0,0 @@ -..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) |