()
| 58 | } |
| 59 | |
| 60 | func (t *TestWriter) Close() error { |
| 61 | tracelog.DebugLogger.Println("Close Test writer") |
| 62 | t.CloseNotify <- struct{}{} |
| 63 | return nil |
| 64 | } |
| 65 | |
| 66 | func GetFolder(networkErrorAfterByteSize int) (storage.Folder, func() error, error) { |
| 67 | cwd, err := filepath.Abs("./") |