From 9c171c3a6811705e2c615f723a9135e49407eedc Mon Sep 17 00:00:00 2001 From: Yuki Wong Date: Thu, 7 Nov 2019 14:07:45 -0800 Subject: [PATCH] use config.default.json (#300) --- BUILDGUIDE.md | 2 +- .../tests/ManualTests/{config.json => config.default.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Microsoft.Data.SqlClient/tests/ManualTests/{config.json => config.default.json} (100%) diff --git a/BUILDGUIDE.md b/BUILDGUIDE.md index d6139154b7..90b55e5deb 100644 --- a/BUILDGUIDE.md +++ b/BUILDGUIDE.md @@ -101,7 +101,7 @@ Unix (`netcoreapp`): Manual Tests require the below setup to run: * SQL Server with enabled Shared Memory, TCP and Named Pipes Protocols and access to the Client OS. * Databases "NORTHWIND" and "UdtTestDb" present in SQL Server, created using SQL scripts [createNorthwindDb.sql](tools\testsql\createNorthwindDb.sql) and [createUdtTestDb.sql](tools\testsql\createUdtTestDb.sql). -* Configuration file [config.json](src\Microsoft.Data.SqlClient\tests\ManualTests\config.json) updated with values: +* Make a copy of the configuration file [config.default.json](src\Microsoft.Data.SqlClient\tests\ManualTests\config.default.json) and rename it to `config.json`. Update the values in `config.json`: |Property|Description|Value| |------|--------|-------------------| diff --git a/src/Microsoft.Data.SqlClient/tests/ManualTests/config.json b/src/Microsoft.Data.SqlClient/tests/ManualTests/config.default.json similarity index 100% rename from src/Microsoft.Data.SqlClient/tests/ManualTests/config.json rename to src/Microsoft.Data.SqlClient/tests/ManualTests/config.default.json