mirror of
https://github.com/rclone/rclone
synced 2024-12-25 17:03:45 +01: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
|
// TestIntegration runs integration tests against the remote
|
||||||
func TestIntegration(t *testing.T) {
|
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…
Reference in New Issue
Block a user