1
mirror of https://github.com/rclone/rclone synced 2024-10-07 15:17:14 +02:00

cache: note unsupported optional methods

This commit is contained in:
Nick Craig-Wood 2019-03-20 16:45:47 +00:00
parent a57756a05c
commit aba15f11d8

View File

@ -17,5 +17,7 @@ func TestIntegration(t *testing.T) {
fstests.Run(t, &fstests.Opt{
RemoteName: "TestCache:",
NilObject: (*cache.Object)(nil),
UnimplementableFsMethods: []string{"PublicLink", "MergeDirs"},
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier"},
})
}