Merge pull request #2373 from akoeplinger/servicemodel-tcpreplychannel-race
[mono.git] / mcs / class / System.Data.OracleClient / README.tests
1 Some tests located require a connection to Oracle database to execute.
2 To configure a connection, copy System.Data.OracleClient_test_default.dll.config.example
3 to System.Data.OracleClient_test_default.dll.config and fill in the ConnectionString with appropriate Data Source.
4
5 If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.
6
7 To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
8 to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .
9
10 Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).