summaryrefslogtreecommitdiff
path: root/Data/Libraries/luaunit/test/ref/errFailPassXmlDefault-failures.xml
blob: 0ddd0e040a8b34458e06dfbea0b1fa3201ff8571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
    <testsuite name="LuaUnit" id="00001" package="" hostname="localhost" tests="10" timestamp="2019-04-30T20:22:52" time="0.000" errors="0" failures="5" skipped="0">
        <properties>
            <property name="Lua Version" value="Lua 5.4"/>
            <property name="LuaUnit Version" value="3.4"/>
        </properties>
        <testcase classname="TestAnotherThing" name="TestAnotherThing.test1_Success1" time="0.000">
        </testcase>
        <testcase classname="TestAnotherThing" name="TestAnotherThing.test1_Success2" time="0.000">
        </testcase>
        <testcase classname="TestAnotherThing" name="TestAnotherThing.test3_Fail1" time="0.000">
            <failure type="test/test_with_err_fail_pass.lua:49: expected: 0, actual: 2">
                <![CDATA[stack traceback:
	test/test_with_err_fail_pass.lua:49: in function 'TestAnotherThing.test3_Fail1']]></failure>
        </testcase>
        <testcase classname="TestAnotherThing" name="TestAnotherThing.test3_Fail2" time="0.000">
            <failure type="test/test_with_err_fail_pass.lua:53: expected: 0, actual: 3">
                <![CDATA[stack traceback:
	test/test_with_err_fail_pass.lua:53: in function 'TestAnotherThing.test3_Fail2']]></failure>
        </testcase>
        <testcase classname="TestSomething" name="TestSomething.test1_Success1" time="0.000">
        </testcase>
        <testcase classname="TestSomething" name="TestSomething.test1_Success2" time="0.000">
        </testcase>
        <testcase classname="TestSomething" name="TestSomething.test2_Fail1" time="0.000">
            <failure type="test/test_with_err_fail_pass.lua:15: expected: 0, actual: 2">
                <![CDATA[stack traceback:
	test/test_with_err_fail_pass.lua:15: in function 'TestSomething.test2_Fail1']]></failure>
        </testcase>
        <testcase classname="TestSomething" name="TestSomething.test2_Fail2" time="0.000">
            <failure type="test/test_with_err_fail_pass.lua:19: expected: 0, actual: 3">
                <![CDATA[stack traceback:
	test/test_with_err_fail_pass.lua:19: in function 'TestSomething.test2_Fail2']]></failure>
        </testcase>
        <testcase classname="[TestFunctions]" name="testFuncFail1" time="0.000">
            <failure type="test/test_with_err_fail_pass.lua:62: expected: 0, actual: 3">
                <![CDATA[stack traceback:
	test/test_with_err_fail_pass.lua:62: in function 'testFuncFail1']]></failure>
        </testcase>
        <testcase classname="[TestFunctions]" name="testFuncSuccess1" time="0.000">
        </testcase>
    <system-out/>
    <system-err/>
    </testsuite>
</testsuites>