diff options
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTextDefault.txt')
-rw-r--r-- | Resources/Libraries/luaunit/test/ref/errFailPassTextDefault.txt | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTextDefault.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTextDefault.txt deleted file mode 100644 index cf1115c..0000000 --- a/Resources/Libraries/luaunit/test/ref/errFailPassTextDefault.txt +++ /dev/null @@ -1,56 +0,0 @@ -..EEFF..FFEEEF. -Tests with errors: ------------------- -1) TestAnotherThing.test2_Err1 -test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value -stack traceback: - test/test_with_err_fail_pass.lua:41: in function 'TestAnotherThing.test2_Err1' - -2) TestAnotherThing.test2_Err2 -test/test_with_err_fail_pass.lua:45: attempt to perform arithmetic on a table value -stack traceback: - test/test_with_err_fail_pass.lua:45: in function 'TestAnotherThing.test2_Err2' - -3) 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' - -4) TestSomething.test3_Err2 -test/test_with_err_fail_pass.lua:27: attempt to perform arithmetic on a table value -stack traceback: - test/test_with_err_fail_pass.lua:27: in function 'TestSomething.test3_Err2' - -5) testFuncErr1 -test/test_with_err_fail_pass.lua:66: attempt to perform arithmetic on a table value -stack traceback: - test/test_with_err_fail_pass.lua:66: in function 'testFuncErr1' - -Failed tests: -------------- -1) TestAnotherThing.test3_Fail1 -test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2 -stack traceback: - test/test_with_err_fail_pass.lua:49: in function 'TestAnotherThing.test3_Fail1' - -2) TestAnotherThing.test3_Fail2 -test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3 -stack traceback: - test/test_with_err_fail_pass.lua:53: in function 'TestAnotherThing.test3_Fail2' - -3) 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' - -4) 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' - -5) testFuncFail1 -test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3 -stack traceback: - test/test_with_err_fail_pass.lua:62: in function 'testFuncFail1' - -Ran 15 tests in 0.002 seconds, 5 successes, 5 failures, 5 errors |