forked from TrueCloudLab/rclone
cache: note unsupported optional methods
This commit is contained in:
parent
a57756a05c
commit
aba15f11d8
1 changed files with 4 additions and 2 deletions
2
backend/cache/cache_test.go
vendored
2
backend/cache/cache_test.go
vendored
|
@ -17,5 +17,7 @@ func TestIntegration(t *testing.T) {
|
||||||
fstests.Run(t, &fstests.Opt{
|
fstests.Run(t, &fstests.Opt{
|
||||||
RemoteName: "TestCache:",
|
RemoteName: "TestCache:",
|
||||||
NilObject: (*cache.Object)(nil),
|
NilObject: (*cache.Object)(nil),
|
||||||
|
UnimplementableFsMethods: []string{"PublicLink", "MergeDirs"},
|
||||||
|
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier"},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue