Filled in test TODOs.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 13:29:15 +11:00
parent 4fba58178c
commit f1d36b3117
1 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ func (t *FlushFSTest) CloseError() {
f = nil
AssertNe(nil, err)
ExpectThat(err, Error(HasSubstr("TODO")))
ExpectThat(err, Error(HasSubstr("no such file")))
}
func (t *FlushFSTest) FsyncReports() {
@ -429,7 +429,7 @@ func (t *FlushFSTest) FsyncError() {
err = f.Sync()
AssertNe(nil, err)
ExpectThat(err, Error(HasSubstr("TODO")))
ExpectThat(err, Error(HasSubstr("no such file")))
}
func (t *FlushFSTest) Dup() {