Fix unit test

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-06-30 18:35:49 -07:00
parent 0f7664c236
commit 2dc0f61a42

View File

@@ -1,8 +1,12 @@
using System.Collections.Generic;
using System.Linq;
using Orchard.Caching;
namespace Orchard.FileSystems.Dependencies {
public class DependencyDescriptor {
public DependencyDescriptor() {
References = Enumerable.Empty<ReferenceDescriptor>();
}
public string Name { get; set; }
public string LoaderName { get; set; }
public string VirtualPath { get; set; }