Adding unit tests for Content along with some test helpers.
Implements ContentService U4-936
This commit is contained in:
@@ -86,6 +86,12 @@ namespace Umbraco.Core.Models.EntityBase
|
||||
}
|
||||
}
|
||||
|
||||
protected void ResetIdentity()
|
||||
{
|
||||
_hasIdentity = false;
|
||||
_id = 0;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Method to call on entity saved when first added
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user