(value string)
| 17 | } |
| 18 | |
| 19 | func setNonEFSZipEncoding(value string) { |
| 20 | op.Cache.SetSetting(conf.NonEFSZipEncoding, &model.SettingItem{ |
| 21 | Key: conf.NonEFSZipEncoding, |
| 22 | Value: value, |
| 23 | }) |
| 24 | } |
| 25 | |
| 26 | func TestDecodeNamePrefersValidUTF8WhenEFSDisabled(t *testing.T) { |
| 27 | setNonEFSZipEncoding("IBM437") |
no test coverage detected