now loosely testet.

This commit is contained in:
jakobdyrby
2014-05-08 08:43:51 +02:00
parent a03e46339d
commit 889736f63b
18 changed files with 676 additions and 364 deletions

View File

@@ -350,6 +350,7 @@
<Compile Include="Models\IPublishedProperty.cs" />
<Compile Include="Models\IRelation.cs" />
<Compile Include="Models\IRelationType.cs" />
<Compile Include="Models\IStyleSheet.cs" />
<Compile Include="Models\Membership\MembershipScenario.cs" />
<Compile Include="Models\MemberGroup.cs" />
<Compile Include="Models\MemberTypePropertyProfileAccess.cs" />
@@ -364,9 +365,12 @@
<Compile Include="Models\TagCacheStorageType.cs" />
<Compile Include="Models\TaggableObjectTypes.cs" />
<Compile Include="Models\TemplateNode.cs" />
<Compile Include="Packaging\PackageImportIssues.cs" />
<Compile Include="Packaging\UnpackHelper.cs" />
<Compile Include="Models\UmbracoEntityExtensions.cs" />
<Compile Include="Packaging\IUnpackHelper.cs" />
<Compile Include="Packaging\UnpackHelper.cs" />
<Compile Include="Packaging\PackageInstallationSummary.cs" />
<Compile Include="Packaging\PackageMetaData.cs" />
<Compile Include="Packaging\PackageImportIssues.cs" />
<Compile Include="Packaging\Models\InstallAction.cs" />
<Compile Include="Packaging\Models\InstallationSummary.cs" />
<Compile Include="Packaging\Models\MetaData.cs" />
@@ -374,8 +378,8 @@
<Compile Include="Packaging\PackageBuilding.cs" />
<Compile Include="Packaging\PackageExtraction.cs" />
<Compile Include="Packaging\PackageInstallation.cs" />
<Compile Include="Persistence\DatabaseModelDefinitions\DbIndexDefinition.cs" />
<Compile Include="Packaging\PackageBinaryInspector.cs" />
<Compile Include="Persistence\DatabaseModelDefinitions\DbIndexDefinition.cs" />
<Compile Include="Persistence\EntityNotFoundException.cs" />
<Compile Include="Persistence\Factories\MemberGroupFactory.cs" />
<Compile Include="Persistence\Mappers\MemberGroupMapper.cs" />
@@ -1020,7 +1024,6 @@
<Compile Include="Serialization\SerializationExtensions.cs" />
<Compile Include="Serialization\SerializationService.cs" />
<Compile Include="Serialization\StreamedResult.cs" />
<Compile Include="Models\IMacroPropertyType.cs" />
<Compile Include="Services\ContentService.cs" />
<Compile Include="Services\ContentServiceExtensions.cs" />
<Compile Include="Services\ContentTypeService.cs" />
@@ -1036,7 +1039,6 @@
<Compile Include="Services\IEntityService.cs" />
<Compile Include="Services\IFileService.cs" />
<Compile Include="Services\ILocalizationService.cs" />
<Compile Include="Models\IMacro.cs" />
<Compile Include="Services\IMacroProperty.cs" />
<Compile Include="Services\IMacroService.cs" />
<Compile Include="Services\IMediaService.cs" />
@@ -1046,7 +1048,6 @@
<Compile Include="Services\IMembershipRoleService.cs" />
<Compile Include="Services\IMembershipUserService.cs" />
<Compile Include="Services\IMemberTypeService.cs" />
<Compile Include="Services\IPackagingService.cs" />
<Compile Include="Services\INotificationService.cs" />
<Compile Include="Services\IPackageValidationHelper.cs" />
<Compile Include="Services\IRelationService.cs" />
@@ -1055,7 +1056,6 @@
<Compile Include="Services\IPackagingService.cs" />
<Compile Include="Services\IService.cs" />
<Compile Include="Services\ITagService.cs" />
<Compile Include="Packaging\IUnpackHelper.cs" />
<Compile Include="Services\IUserService.cs" />
<Compile Include="Services\LocalizationService.cs" />
<Compile Include="Services\MacroService.cs" />
@@ -1065,9 +1065,7 @@
<Compile Include="Services\MemberService.cs" />
<Compile Include="Services\MemberTypeService.cs" />
<Compile Include="Services\NotificationService.cs" />
<Compile Include="Packaging\PackageInstallationSummary.cs" />
<Compile Include="Services\PackageInstallerService.cs" />
<Compile Include="Packaging\PackageMetaData.cs" />
<Compile Include="Services\PackageValidationHelper.cs" />
<Compile Include="Services\RelationService.cs" />
<Compile Include="Services\SectionService.cs" />