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/System.Data.OracleClient.jvm/readme.txt')
-rwxr-xr-xmcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/readme.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/readme.txt b/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/readme.txt
deleted file mode 100755
index 9623eb3a00b..00000000000
--- a/mcs/class/System.Data.OracleClient/Test/System.Data.OracleClient.jvm/readme.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-To run unit test the following should be prepared:
-
-1. nunit-console.exe.config should contain an ConnectionString setting, i.e.:
-
-<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
-<appSettings>
- <add key="ConnectionString" value="User ID=ghtdb;Password=ghtdb;Data Source=xp050" />
- </appSettings>
-</configuration>
-
-2. A target db should be prepared with the relevant structure, following are the instruction for each supported database.
-
-in order to create the testing database, on ORACLE, run:
-Run the scripts with a user wich have administrator permissions. (by default user:system, password:mainsoft).
-
-sqlplus "user/password@database_sid" @GHTDB.ORACLE.sql
-sqlplus "user/password@database_sid" @GHTDB.Data.ORACLE.sql
-
-for example
-sqlplus "system/mainsoft@rafim" @GHTDB.ORACLE.sql
-sqlplus "system/mainsoft@rafim" @GHTDB.Data.ORACLE.sql
-