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 /Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt | |
parent | 32345800737b668011a87328cd3dcce59ec2934c (diff) |
*rename folder
Diffstat (limited to 'Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt')
-rw-r--r-- | Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt b/Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt new file mode 100644 index 0000000..78178fd --- /dev/null +++ b/Data/Libraries/luaunit/test/ref/errFailPassTextStopOnError-4.txt @@ -0,0 +1,13 @@ +..F +Failure during LuaUnit test execution: +test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2 + +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' + +Ran 3 tests in 0.000 seconds, 2 successes, 1 failure, 9 non-selected +LuaUnit ABORTED (as requested by --error or --failure option) |