mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing a unit test
--HG-- branch : 1.x
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Orchard.Tests.DisplayManagement.Descriptors {
|
||||
}
|
||||
|
||||
public bool DirectoryExists(string virtualPath) {
|
||||
throw new NotImplementedException();
|
||||
return true;
|
||||
}
|
||||
|
||||
public void CreateDirectory(string virtualPath) {
|
||||
|
Reference in New Issue
Block a user