NoErrorsTest.SetUp

geesefs-0-30-9
Aaron Jacobs 2015-03-24 08:52:05 +11:00
parent ddfca9cb6b
commit f92de1a6e7
1 changed files with 4 additions and 1 deletions

View File

@ -184,7 +184,10 @@ type NoErrorsTest struct {
func init() { RegisterTestSuite(&NoErrorsTest{}) }
func (t *NoErrorsTest) SetUp(ti *TestInfo)
func (t *NoErrorsTest) SetUp(ti *TestInfo) {
const noErr = 0
t.flushFSTest.setUp(ti, noErr, noErr)
}
func (t *NoErrorsTest) Close_ReadWrite() {
var n int