Merge pull request #2942 from jogibear9988/patch-2
[mono.git] / mcs / class / System.Data.OracleClient / README.tests
index 3405647f2057799be46f8cbc99df10ad290a35e0..431634ee37c844608af0fe6e97d360b27ff6f537 100644 (file)
@@ -1,5 +1,10 @@
-Some tests located in Test/System.Data.OracleClient require a connection to Oracle database to execute.
+Some tests located require a connection to Oracle database to execute.
 To configure a connection, copy System.Data.OracleClient_test_default.dll.config.example
-to System.Data.OracleClient_test_default.dll.config and fill in the OracleConnectionString with appropriate values.
+to System.Data.OracleClient_test_default.dll.config and fill in the ConnectionString with appropriate Data Source.
 
 If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.
+
+To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
+to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .
+
+Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).