Skip to content

Commit

Permalink
Rename testing package
Browse files Browse the repository at this point in the history
  • Loading branch information
ljfio committed Jun 4, 2024
1 parent d2fed07 commit 1926deb
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Extensions;

namespace Our.Umbraco.InvisibleNodes.Tests;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit;

public class InvisibleNodeLocator_Locate
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Umbraco.Cms.Core.Notifications;
using Umbraco.Cms.Core.Routing;

namespace Our.Umbraco.InvisibleNodes.Tests.Notifications;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Notifications;

public class InvalidateCacheNotificationHandler_Handle_ContentMovingNotification
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Umbraco.Cms.Core.Notifications;
using Umbraco.Cms.Core.Routing;

namespace Our.Umbraco.InvisibleNodes.Tests.Notifications;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Notifications;

public class InvalidateCacheNotificationHandler_Handle_ContentMovingToRecycleBinNotification
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Umbraco.Cms.Core.Notifications;
using Umbraco.Cms.Core.Routing;

namespace Our.Umbraco.InvisibleNodes.Tests.Notifications;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Notifications;

public class InvalidateCacheNotificationHandler_Handle_ContentSavingNotification
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Umbraco.Cms.Core.Notifications;
using Umbraco.Cms.Core.Routing;

namespace Our.Umbraco.InvisibleNodes.Tests.Notifications;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Notifications;

public class InvalidateCacheNotificationHandler_Handle_ContentUnpublishingNotification
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<RootNamespace>Our.Umbraco.InvisibleNodes.Tests</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using Umbraco.Cms.Core.Routing;
using Umbraco.Extensions;

namespace Our.Umbraco.InvisibleNodes.Tests.Routing;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Routing;

public class InvisibleNodeUrlProvider_GetOtherUrls
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Umbraco.Cms.Core.Web;
using Umbraco.Extensions;

namespace Our.Umbraco.InvisibleNodes.Tests.Routing;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit.Routing;

public class InvisibleNodeUrlProvider_GetUrl
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Umbraco.Cms.Core.Routing;
using Umbraco.Cms.Core.Web;

namespace Our.Umbraco.InvisibleNodes.Tests;
namespace Our.Umbraco.InvisibleNodes.Tests.Unit;

public static class UmbracoTestHelper
{
Expand Down
2 changes: 1 addition & 1 deletion src/Our.Umbraco.InvisibleNodes.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.InvisibleNodes", "Our.Umbraco.InvisibleNodes\Our.Umbraco.InvisibleNodes.csproj", "{75CB6D92-3214-406E-A9C5-97E79AA84B8C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.InvisibleNodes.Tests", "Our.Umbraco.InvisibleNodes.Tests\Our.Umbraco.InvisibleNodes.Tests.csproj", "{8B146C7C-ECA7-47C5-B075-5BF2C87A10FB}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.InvisibleNodes.Tests.Unit", "Our.Umbraco.InvisibleNodes.Tests.Unit\Our.Umbraco.InvisibleNodes.Tests.Unit.csproj", "{8B146C7C-ECA7-47C5-B075-5BF2C87A10FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Package", "Package", "{786844FD-1815-4389-9C7A-37EFE2624101}"
EndProject
Expand Down

0 comments on commit 1926deb

Please sign in to comment.