Renaming a few UT entities to align to rest of the application.

--HG--
branch : 1.x
This commit is contained in:
andrerod
2010-12-17 17:39:57 -08:00
parent 654241d460
commit 022230d38a
24 changed files with 250 additions and 251 deletions
@@ -0,0 +1,6 @@
using Orchard.ContentManagement;
namespace Orchard.Tests.ContentManagement.Models {
public class EpsilonPart : ContentPart<EpsilonRecord> {
}
}