mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 20:59:10 +08:00
cache: note unsupported optional methods
This commit is contained in:
parent
a57756a05c
commit
aba15f11d8
6
backend/cache/cache_test.go
vendored
6
backend/cache/cache_test.go
vendored
|
@ -15,7 +15,9 @@ import (
|
|||
// TestIntegration runs integration tests against the remote
|
||||
func TestIntegration(t *testing.T) {
|
||||
fstests.Run(t, &fstests.Opt{
|
||||
RemoteName: "TestCache:",
|
||||
NilObject: (*cache.Object)(nil),
|
||||
RemoteName: "TestCache:",
|
||||
NilObject: (*cache.Object)(nil),
|
||||
UnimplementableFsMethods: []string{"PublicLink", "MergeDirs"},
|
||||
UnimplementableObjectMethods: []string{"MimeType", "ID", "GetTier", "SetTier"},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user