Adding more unit tests to cover different scenarios for publishing logic

This commit is contained in:
sitereactor
2012-11-01 13:48:03 -01:00
parent b1240abf0b
commit 3d7376824d
5 changed files with 152 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets the current status of the Content
/// </summary>
[IgnoreDataMember]
public ContentStatus Status
{
get

View File

@@ -38,6 +38,11 @@ namespace Umbraco.Core.Models
/// </summary>
IContentType ContentType { get; }
/// <summary>
/// Gets the current status of the Content
/// </summary>
ContentStatus Status { get; }
/// <summary>
/// Changes the <see cref="IContentType"/> for the current content object
/// </summary>