summaryrefslogtreecommitdiff
path: root/Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt')
-rw-r--r--Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt b/Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt
deleted file mode 100644
index 2979151..0000000
--- a/Resources/Libraries/luaunit/test/ref/errFailPassTapDefault-failures.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-1..10
-# Started on 03/22/16 21:58:32
-# Starting class: TestAnotherThing
-ok 1 TestAnotherThing.test1_Success1
-ok 2 TestAnotherThing.test1_Success2
-not ok 3 TestAnotherThing.test3_Fail1
-# test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2
-not ok 4 TestAnotherThing.test3_Fail2
-# test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3
-# Starting class: TestSomething
-ok 5 TestSomething.test1_Success1
-ok 6 TestSomething.test1_Success2
-not ok 7 TestSomething.test2_Fail1
-# test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2
-not ok 8 TestSomething.test2_Fail2
-# test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3
-not ok 9 testFuncFail1
-# test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3
-ok 10 testFuncSuccess1
-# Ran 10 tests in 0.000 seconds, 5 successes, 5 failures, 5 non-selected