mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 02:56:25 +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
|
// 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