Skip to content

Commit

Permalink
Rename agent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpeRAD committed Feb 29, 2016
1 parent 3539ae2 commit e3300e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<ProjectGuid>{86E04045-FE0D-4EB4-85C1-8B7792B4C4E3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CakeBoss.Tests</RootNamespace>
<AssemblyName>CakeBoss.Tests</AssemblyName>
<RootNamespace>CakeBoss.Agent.Tests</RootNamespace>
<AssemblyName>CakeBoss.Agent.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
Expand Down
2 changes: 1 addition & 1 deletion src/CakeBoss.Agent.Tests/Config/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@



namespace CakeBoss.Tests
namespace CakeBoss.Agent.Tests
{
public static class Startup
{
Expand Down
2 changes: 1 addition & 1 deletion src/CakeBoss.Agent.Tests/Config/UnitTestBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



namespace CakeBoss.Tests
namespace CakeBoss.Agent.Tests
{
public class UnitTestBootstrapper : LightInjectNancyBootstrapper
{
Expand Down
2 changes: 1 addition & 1 deletion src/CakeBoss.Agent.Tests/Tests/AgentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



namespace CakeBoss.Tests
namespace CakeBoss.Agent.Tests
{
public class ServiceTests
{
Expand Down
2 changes: 1 addition & 1 deletion src/CakeBoss.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CakeBoss.Host", "CakeBoss.H
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CakeBoss.Agent", "CakeBoss.Agent\CakeBoss.Agent.csproj", "{14449D2A-6115-476B-8F8A-78A1BF726299}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CakeBoss.Tests", "CakeBoss.Agent.Tests\CakeBoss.Tests.csproj", "{86E04045-FE0D-4EB4-85C1-8B7792B4C4E3}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CakeBoss.Agent.Tests", "CakeBoss.Agent.Tests\CakeBoss.Agent.Tests.csproj", "{86E04045-FE0D-4EB4-85C1-8B7792B4C4E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cake.Host", "Cake.Host\Cake.Host.csproj", "{C29AF03C-36E0-4161-B28F-B114C2555E7B}"
EndProject
Expand Down

0 comments on commit e3300e6

Please sign in to comment.