From 0549b1e5a8a3132005e275d6026db8003cb067d2 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 11:32:46 +0800 Subject: *rename folder --- .../luaunit/test/ref/errFailPassXmlVerbose.txt | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Data/Libraries/luaunit/test/ref/errFailPassXmlVerbose.txt (limited to 'Data/Libraries/luaunit/test/ref/errFailPassXmlVerbose.txt') diff --git a/Data/Libraries/luaunit/test/ref/errFailPassXmlVerbose.txt b/Data/Libraries/luaunit/test/ref/errFailPassXmlVerbose.txt new file mode 100644 index 0000000..9ff66b8 --- /dev/null +++ b/Data/Libraries/luaunit/test/ref/errFailPassXmlVerbose.txt @@ -0,0 +1,30 @@ +# XML output to test/ref/errFailPassXmlVerbose.xml +# Started on 04/30/19 20:22:53 +# 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 -- cgit v1.1-26-g67d0