New test.
[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 OracleConnectionString with appropriate values.
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 .