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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data.OracleClient/Test/refcursortest.cs')
-rw-r--r--mcs/class/System.Data.OracleClient/Test/refcursortest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.Data.OracleClient/Test/refcursortest.cs b/mcs/class/System.Data.OracleClient/Test/refcursortest.cs
index c490436faed..84cc55bf258 100644
--- a/mcs/class/System.Data.OracleClient/Test/refcursortest.cs
+++ b/mcs/class/System.Data.OracleClient/Test/refcursortest.cs
@@ -9,7 +9,7 @@
string connectionString =
"Data Source=testdb;" +
"User ID=scott;" +
- "Password=tiger;";
+ "Password=PLACEHOLDER;";
OracleConnection connection = null;
connection = new OracleConnection (connectionString);
connection.Open ();