blob: b4e1f52eb1ab1fca6b8364d2982a28c787582724 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<testsuite name="FoobarSuite" tests="3" errors="0" failures="1" skip="2">
<testcase classname="FoobarSuite" name="SetUpSuite" time="">
<failure type="go.error" message="error">
<![CDATA[foobar_test.go:19:
c.Assert(err, gc.IsNil)
... value *os.PathError = &os.PathError{Op:"stat", Path:"testdata/regexes.yaml", Err:0x2} ("stat testdata/regexes.yaml: no such file or directory")
]]>
</failure> </testcase>
<testcase classname="FoobarSuite" name="TestFrob" time="">
<skipped/>
</testcase>
<testcase classname="FoobarSuite" name="TestThing" time="">
<skipped/>
</testcase>
</testsuite>