2002-05-10 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / class / System.Data / Test / ChangeLog
1 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
2
3         * TestDataColumn.cs: removed.
4
5         * System.Data_test.build: removed reference to TestDataColumn.
6
7         * TheTests.cs: added RunDataColumnTest class.
8         (RunAllTests.AddAllTests): added test for RunDataColumnTest.
9
10         * System.Data/AllTests.cs: test suite for System.Data.
11
12         * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
13
14 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
15
16         * System.Data_test.build: exclude file TestDataColumn.cs
17         test.build files have two places where a file needs to
18         be excluded
19
20 2002-05-06  Daniel Morgan <danmorg@sc.rr.com>
21
22         * System.Data.SqlTypes.SqlInt32Test.cs: missing
23         declaration for SqlInt32 z which was a test build blocker
24         
25         * PostgresTest.cs: got rid of warning about missing e
26         
27         * Test/PostgresTest.cs: exclude PostgresTest.cs 
28         from test build
29
30 2002-05-05  Tim Coleman <tim@timcoleman.com>
31         * TheTests.cs:
32         * System.Data.SqlTypes/SqlInt32Test.cs:
33                 More test cases for System.Data.SqlTypes.SqlInt32
34
35 2002-05-03  Tim Coleman <tim@timcoleman.com>
36         * Added ChangeLog to test dir
37         * Added NUnit framework necessary for make test
38         * Added subdirectory for System.Data.SqlTypes
39         * New files:
40                 ChangeLog
41                 AllTests.cs
42                 TheTests.cs
43                 System.Data_test.build
44                 System.Data.SqlTypes
45                 System.Data.SqlTypes/AllTests.cs
46                 System.Data.SqlTypes/SqlInt32Test.cs
47
48