More content refactoring (tests)

This commit is contained in:
Stephan
2017-11-15 08:53:20 +01:00
parent fcf2b27953
commit ef11fda272
108 changed files with 1803 additions and 1804 deletions

View File

@@ -99,7 +99,7 @@ namespace Umbraco.Tests.Persistence
}
[Test]
public void Can_Create_cmsContentVersion_Table()
public void Can_Create_ContentVersion_Table()
{
using (var scope = ScopeProvider.CreateScope())
{
@@ -202,7 +202,7 @@ namespace Umbraco.Tests.Persistence
}
[Test]
public void Can_Create_cmsDocument_Table()
public void Can_Create_Document_Table()
{
using (var scope = ScopeProvider.CreateScope())
{
@@ -219,7 +219,7 @@ namespace Umbraco.Tests.Persistence
}
[Test]
public void Can_Create_cmsDocumentType_Table()
public void Can_Create_DocumentType_Table()
{
using (var scope = ScopeProvider.CreateScope())
{