Added some test names.

geesefs-0-30-9
Aaron Jacobs 2015-03-20 11:23:15 +11:00
parent 20b5ac7634
commit 87a08d4388
1 changed files with 9 additions and 1 deletions

View File

@ -71,6 +71,14 @@ func (t *FlushFSTest) SetUp(ti *TestInfo) {
// Test functions
////////////////////////////////////////////////////////////////////////
func (t *FlushFSTest) DoesFoo() {
func (t *FlushFSTest) FlushesOnClose_NonOverlappingFileHandles() {
AssertTrue(false, "TODO")
}
func (t *FlushFSTest) FlushesOnClose_OverlappingFileHandles() {
AssertTrue(false, "TODO")
}
func (t *FlushFSTest) FlushesOnFsync() {
AssertTrue(false, "TODO")
}