Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Jun 26, 2024
1 parent e45922e commit b05bf0c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 56 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<!-- <debug>true</debug>-->
<showErrors>true</showErrors>
<streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
Expand Down
10 changes: 0 additions & 10 deletions src/it/modules/dependent/dependent.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "main", "main", "{2D10B1B4-3
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dependent", "src\main\cs\dependent.csproj", "{5663470F-6798-4026-960E-F48A87DFC40E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8EE6D1FD-4707-4ED4-9893-3ED5005B2BAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dependent-test", "src\test\cs\dependent-test.csproj", "{B92A8D4B-FF69-4137-8A38-9ECC6459E016}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -26,15 +22,9 @@ Global
{5663470F-6798-4026-960E-F48A87DFC40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5663470F-6798-4026-960E-F48A87DFC40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5663470F-6798-4026-960E-F48A87DFC40E}.Release|Any CPU.Build.0 = Release|Any CPU
{B92A8D4B-FF69-4137-8A38-9ECC6459E016}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92A8D4B-FF69-4137-8A38-9ECC6459E016}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92A8D4B-FF69-4137-8A38-9ECC6459E016}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92A8D4B-FF69-4137-8A38-9ECC6459E016}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D10B1B4-3F4C-42F7-B407-A9A7EAE6C3F0} = {8286B628-C6CB-46A4-AAEA-1392430360CB}
{5663470F-6798-4026-960E-F48A87DFC40E} = {2D10B1B4-3F4C-42F7-B407-A9A7EAE6C3F0}
{8EE6D1FD-4707-4ED4-9893-3ED5005B2BAC} = {8286B628-C6CB-46A4-AAEA-1392430360CB}
{B92A8D4B-FF69-4137-8A38-9ECC6459E016} = {8EE6D1FD-4707-4ED4-9893-3ED5005B2BAC}
EndGlobalSection
EndGlobal
12 changes: 0 additions & 12 deletions src/it/modules/dependent/src/test/cs/BTest.cs

This file was deleted.

33 changes: 0 additions & 33 deletions src/it/modules/dependent/src/test/cs/dependent-test.csproj

This file was deleted.

0 comments on commit b05bf0c

Please sign in to comment.