Skip to content

Commit cb2e1eb

Browse files
committed
Move unit tests to the one level up
#4
1 parent 7925d30 commit cb2e1eb

7 files changed

Lines changed: 2 additions & 2 deletions

Plugins.Json.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DEC33F76-6AA
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{48C12015-81A9-44DD-94A9-9E7A5D12305D}"
1111
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.Plugin.Json.UnitTests", "tests\FlowSynx.Plugin.Json.UnitTests\FlowSynx.Plugin.Json.UnitTests.csproj", "{F986079F-4C54-4BDC-AD63-9CFF25834DDC}"
12+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlowSynx.Plugin.Json.UnitTests", "tests\FlowSynx.Plugin.Json.UnitTests.csproj", "{F986079F-4C54-4BDC-AD63-9CFF25834DDC}"
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution

tests/FlowSynx.Plugin.Json.UnitTests/FlowSynx.Plugin.Json.UnitTests.csproj renamed to tests/FlowSynx.Plugin.Json.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<ProjectReference Include="..\..\src\FlowSynx.Plugins.Json.csproj" />
19+
<ProjectReference Include="..\src\FlowSynx.Plugins.Json.csproj" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

tests/FlowSynx.Plugin.Json.UnitTests/JsonPluginTests.cs renamed to tests/JsonPluginTests.cs

File renamed without changes.

tests/FlowSynx.Plugin.Json.UnitTests/Services/ExtractOperationHandlerTests.cs renamed to tests/Services/ExtractOperationHandlerTests.cs

File renamed without changes.

tests/FlowSynx.Plugin.Json.UnitTests/Services/GuidProviderTests.cs renamed to tests/Services/GuidProviderTests.cs

File renamed without changes.

tests/FlowSynx.Plugin.Json.UnitTests/Services/MapOperationHandlerTests.cs renamed to tests/Services/MapOperationHandlerTests.cs

File renamed without changes.

tests/FlowSynx.Plugin.Json.UnitTests/Services/TransformOperationHandlerTests.cs renamed to tests/Services/TransformOperationHandlerTests.cs

File renamed without changes.

0 commit comments

Comments
 (0)