diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-09 18:34:49 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-09 18:34:49 +0200 |
| commit | 86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c (patch) | |
| tree | d60a1faa428c22fdd6495edf8c618c752d571df0 /code | |
| parent | 7adc76088d677135f4beeaedb9fb2ff3640be0eb (diff) | |
| download | greatoffice-86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c.tar.xz greatoffice-86b242448b4a0eb0fa2a07cbe4c3b351dcb1ac0c.zip | |
refactor: Small structure changes
Diffstat (limited to 'code')
| -rw-r--r-- | code/api/src/IOL.GreatOffice.Api.csproj | 3 | ||||
| -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 |
