Browse Source

Add missing config file for ordering integration tests

pull/101/head
dsanz 8 years ago
parent
commit
0fc35d7b4e
2 changed files with 8 additions and 1 deletions
  1. +6
    -0
      test/Services/FunctionalTests/FunctionalTests.csproj
  2. +2
    -1
      test/Services/FunctionalTests/settings.json

+ 6
- 0
test/Services/FunctionalTests/FunctionalTests.csproj View File

@ -32,4 +32,10 @@
<PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
</ItemGroup>
<ItemGroup>
<Content Update="settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

+ 2
- 1
test/Services/FunctionalTests/settings.json View File

@ -1,3 +1,4 @@
{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;"
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"IdentityUrl": "http://localhost:5105"
}

Loading…
Cancel
Save