mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing unit tests compilation
--HG-- branch : 1.x
This commit is contained in:
@@ -210,6 +210,10 @@ namespace Orchard.Tests.Modules.Media.Services {
|
|||||||
SavedStreams = new List<string>();
|
SavedStreams = new List<string>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool FileExists(string path) {
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
public string GetPublicUrl(string path) {
|
public string GetPublicUrl(string path) {
|
||||||
return FileSystemStorageProvider.GetPublicUrl(path);
|
return FileSystemStorageProvider.GetPublicUrl(path);
|
||||||
}
|
}
|
||||||
@@ -222,6 +226,10 @@ namespace Orchard.Tests.Modules.Media.Services {
|
|||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool FolderExists(string path) {
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
public IEnumerable<IStorageFolder> ListFolders(string path) {
|
public IEnumerable<IStorageFolder> ListFolders(string path) {
|
||||||
return ListFoldersPredicate(path);
|
return ListFoldersPredicate(path);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user