Storing local paths when possible in media

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-04-19 17:39:23 -07:00
parent 68cf505426
commit eb4c452003
5 changed files with 28 additions and 5 deletions

View File

@@ -276,6 +276,11 @@ namespace Orchard.Tests.Modules.Media.Services {
public string GetLocalPath(string url) {
throw new NotImplementedException();
}
public string GetRelativePath(string path) {
throw new NotImplementedException();
}
}
private class StubStorageFolder : IStorageFolder {