aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-10-09 18:34:49 +0200
committerivarlovlie <git@ivarlovlie.no>2022-10-09 18:34:49 +0200
commit86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c (patch)
treed60a1faa428c22fdd6495edf8c618c752d571df0
parent7adc76088d677135f4beeaedb9fb2ff3640be0eb (diff)
downloadgreatoffice-86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c.tar.xz
greatoffice-86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c.zip
refactor: Small structure changes
-rw-r--r--code/api/src/IOL.GreatOffice.Api.csproj3
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs (renamed from code/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs)0
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs (renamed from code/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs)0
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs (renamed from code/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs)0
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj (renamed from code/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj)0
5 files changed, 0 insertions, 3 deletions
diff --git a/code/api/src/IOL.GreatOffice.Api.csproj b/code/api/src/IOL.GreatOffice.Api.csproj
index 0b3d37e..1ffa04b 100644
--- a/code/api/src/IOL.GreatOffice.Api.csproj
+++ b/code/api/src/IOL.GreatOffice.Api.csproj
@@ -36,9 +36,6 @@
</ItemGroup>
<ItemGroup>
- <Content Include="..\..\README.md">
- <Link>README.md</Link>
- </Content>
<Content Include="..\build_and_push.sh">
<Link>build_and_push.sh</Link>
</Content>
diff --git a/code/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs b/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs
index 10525fd..10525fd 100644
--- a/code/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs
+++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/ApplicationTests/LoginPageTests.cs
diff --git a/code/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs b/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
index da83cc3..da83cc3 100644
--- a/code/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
+++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/Element.cs
diff --git a/code/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs b/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs
index 080fa9f..080fa9f 100644
--- a/code/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs
+++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/Helpers/WebServerFixture.cs
diff --git a/code/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj b/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj
index 0376a10..0376a10 100644
--- a/code/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj
+++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj