summaryrefslogtreecommitdiff
path: root/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-20 13:36:36 +0800
committerchai <chaifix@163.com>2021-10-20 13:36:36 +0800
commitdde719dd575090b36aaa3ad85bb3cabf33f36c5a (patch)
tree3e0a8e70f716dbfee2f644f5202da7ee74b3c6b7 /Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
parent943411c9006345b07557e76ff360c388ee8366c1 (diff)
+luaunit test
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt')
-rw-r--r--Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
new file mode 100644
index 0000000..9672c6d
--- /dev/null
+++ b/Resources/Libraries/luaunit/test/ref/errFailPassTextStopOnError-3.txt
@@ -0,0 +1,13 @@
+..E
+ERROR during LuaUnit test execution:
+test/test_with_err_fail_pass.lua:41: attempt to perform arithmetic on a table value
+
+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'
+
+Ran 3 tests in 0.000 seconds, 2 successes, 1 error, 9 non-selected
+LuaUnit ABORTED (as requested by --error or --failure option)