[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data.OracleClient / Test / ChangeLog
1 2008-09-08  Daniel Morgan <monodanmorg@yahoo.com>
2
3         * TestOracleClient.cs: remove some warnings
4         and improve OracleParameter tests 
5         for VARCHAR2, NUMBER, DATE types
6         for Input, Output, InputOutput, and ReturnValue and
7         handle DBNull.Value for various situations.
8         These parameter tests work on .net 2.0 but fail on mono 2.0.
9
10 2007-02-13      Leszek Ciesielski <skolima@gmail.com>
11         * OracleParameterTest.cs: added test for binding parameters by
12         position instead of by name (currently failing)
13 2006-19-12      Boris Kizner <borisk@mainsoft.com>
14
15         * System.Data.OracleClient.J2EE.config: change tests server.
16
17 2006-08-21      Boris Kirzner   <borisk@mainsoft.com>
18
19         * System.Data.OracleClient.Tests20.J2EE.sln, 
20         System.Data.OracleClient.Tests20.J2EE.vmwcsproj: 
21         added solution and project files for NET_2_0 tests run.
22
23 2006-03-13      Boris Kirzner <borisk@mainsoft.com>
24         * System.Data.OracleClient.J2EE.config: added sample app config file
25         for TARGET_JVM tests.
26
27 2006-02-09  Konstantin Triger <kostat@mainsoft.com>
28
29         * Added Mainsoft OracleClient testsuite. The running instructions can be found at
30           System.Data.OracleClient.jvm/readme.txt.
31
32 2005-01-16  Daniel Morgan <danielmorgan@verizon.net>
33
34         * ChangeLog: added file for oracle tests
35         
36         * testblob.cs: test loading a binary file into
37         an Oracle BLOB column and then reading a BLOB column
38         to a new binary file
39         
40         * testclob.cs: test loading a text file into
41         an Oracle CLOB column and then reading a CLOB column
42         to a new text file
43         
44