Tests.Routing - rename some tests
This commit is contained in:
@@ -5,7 +5,7 @@ using Umbraco.Web.Routing;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByAliasTests : BaseRoutingTest
|
||||
public class ContentFinderByAliasTests : BaseRoutingTest
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using umbraco.cms.businesslogic.template;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByIdTests : BaseRoutingTest
|
||||
public class ContentFinderByIdTests : BaseRoutingTest
|
||||
{
|
||||
/// <summary>
|
||||
/// We don't need a db for this test, will run faster without one
|
||||
@@ -7,7 +7,7 @@ using umbraco.cms.businesslogic.template;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByNiceUrlAndTemplateTests : BaseRoutingTest
|
||||
public class ContentFinderByNiceUrlAndTemplateTests : BaseRoutingTest
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -8,7 +8,7 @@ using umbraco.cms.businesslogic.template;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByNiceUrlTests : BaseRoutingTest
|
||||
public class ContentFinderByNiceUrlTests : BaseRoutingTest
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -12,7 +12,7 @@ using System.Configuration;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByNiceUrlWithDomainsTests : BaseRoutingTest
|
||||
public class ContentFinderByNiceUrlWithDomainsTests : BaseRoutingTest
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
@@ -8,7 +8,7 @@ using umbraco.cms.businesslogic.template;
|
||||
namespace Umbraco.Tests.Routing
|
||||
{
|
||||
[TestFixture]
|
||||
public class FinderByPageIdQueryTests : BaseRoutingTest
|
||||
public class ContentFinderByPageIdQueryTests : BaseRoutingTest
|
||||
{
|
||||
/// <summary>
|
||||
/// We don't need a db for this test, will run faster without one
|
||||
@@ -246,7 +246,7 @@
|
||||
<Compile Include="ContentStores\PublishContentStoreTests.cs" />
|
||||
<Compile Include="DataTypeFactoryTests.cs" />
|
||||
<Compile Include="Resolvers\LazyManyObjectResolverTests.cs" />
|
||||
<Compile Include="Routing\FinderByNiceUrlWithDomainsTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByNiceUrlWithDomainsTests.cs" />
|
||||
<Compile Include="Routing\NiceUrlsProviderWithDomainsTests.cs" />
|
||||
<Compile Include="Routing\uQueryGetNodeIdByUrlTests.cs" />
|
||||
<Compile Include="Routing\UrlsWithNestedDomains.cs" />
|
||||
@@ -260,11 +260,11 @@
|
||||
<Compile Include="TestHelpers\BaseDatabaseFactoryTest.cs" />
|
||||
<Compile Include="TestHelpers\BaseRoutingTest.cs" />
|
||||
<Compile Include="GlobalSettingsTests.cs" />
|
||||
<Compile Include="Routing\FinderByAliasTests.cs" />
|
||||
<Compile Include="Routing\FinderByIdTests.cs" />
|
||||
<Compile Include="Routing\FinderByNiceUrlAndTemplateTests.cs" />
|
||||
<Compile Include="Routing\FinderByNiceUrlTests.cs" />
|
||||
<Compile Include="Routing\FinderByPageIdQueryTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByAliasTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByIdTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByNiceUrlAndTemplateTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByNiceUrlTests.cs" />
|
||||
<Compile Include="Routing\ContentFinderByPageIdQueryTests.cs" />
|
||||
<Compile Include="Routing\NiceUrlProviderTests.cs" />
|
||||
<Compile Include="Routing\RenderRouteHandlerTests.cs" />
|
||||
<Compile Include="Routing\RouteTestExtensions.cs" />
|
||||
|
||||
Reference in New Issue
Block a user