Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs')
-rw-r--r--src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs b/src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs
index 5c07ba6cb1..9f5eb0c0d9 100644
--- a/src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs
+++ b/src/System.Data.SqlClient/tests/FunctionalTests/ExceptionTest.cs
@@ -11,7 +11,7 @@ namespace System.Data.SqlClient.Tests
public class ExceptionTest
{
// test connection string
- private string connectionString = "server=tcp:server,1432;database=test;uid=admin;pwd=SQLDB;connect timeout=60;";
+ private string connectionString = "server=tcp:server,1432;database=test;uid=admin;pwd=PLACEHOLDER;connect timeout=60;";
// data value and server consts
private const string badServer = "NotAServer";