8b362897dba41470add9d5657b8514dbb34a4de3
[mono.git] / mcs / class / System.Data / Test / ChangeLog
1 2002-05-27  Tim Coleman <tim@timcoleman.com>
2         * TestSqlDataAdapter.cs: remove explicit opening of connection.
3         This should occur implicitly now.
4
5 2002-05-23  Daniel Morgan <danmorg@sc.rr.com>
6
7         * TestSqlParameters.cs: read and display the schema columns
8         correctly
9
10 2002-05-16  Tim Coleman  <tim@timcoleman.com>
11         * TestSqlDataAdapter.cs: Added the foreach loop to iterate through
12         all of the DataRows in the DataSet table "Table", as the
13         GetEnumerator method of InternalDataCollectionBase has now been
14         implemented.
15
16
17 2002/05/17  Nick Drochak <ndrochak@gol.com>
18
19         * System.Data_test.build: Remove RunTests from the default build. We
20         can add this later, but it keeps the build from breaking for now.
21
22         * TestSqlDataAdapter.cs: Fix build breaker.
23
24 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
25
26         * Test/PostgresTest.cs: added call to PostgreSQL stored procedure
27         version() which returns the version of the PostgreSQL DBMS you
28         are connected to.  This works and I did not realize it.  Thanks
29         goes to Gonzalo.
30
31 2002-05-11  Daniel Morgan <danmorg@sc.rr.com>
32
33         * AllTests.cs: needed a using for System.Data and System.Data.SqlClient,
34         changed SqlTypes.AllTests.Suite to System.Data.SqlTypes.AllTests.Suite
35         
36         * System.Data/DataColumnTest.cs: changed typeof to DataColumnTest 
37
38 2002-05-10  Rodrigo Moya <rodrigo@ximian.com>
39
40         * TestDataColumn.cs: removed.
41
42         * System.Data_test.build: removed reference to TestDataColumn.
43
44         * TheTests.cs: added RunDataColumnTest class.
45         (RunAllTests.AddAllTests): added test for RunDataColumnTest.
46
47         * System.Data/AllTests.cs: test suite for System.Data.
48
49         * System.Data/DataColumnTest.cs: NUnit test for DataColumn.
50
51 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
52
53         * System.Data_test.build: exclude file TestDataColumn.cs
54         test.build files have two places where a file needs to
55         be excluded
56
57 2002-05-06  Daniel Morgan <danmorg@sc.rr.com>
58
59         * System.Data.SqlTypes.SqlInt32Test.cs: missing
60         declaration for SqlInt32 z which was a test build blocker
61         
62         * PostgresTest.cs: got rid of warning about missing e
63         
64         * Test/PostgresTest.cs: exclude PostgresTest.cs 
65         from test build
66
67 2002-05-05  Tim Coleman <tim@timcoleman.com>
68         * TheTests.cs:
69         * System.Data.SqlTypes/SqlInt32Test.cs:
70                 More test cases for System.Data.SqlTypes.SqlInt32
71
72 2002-05-03  Tim Coleman <tim@timcoleman.com>
73         * Added ChangeLog to test dir
74         * Added NUnit framework necessary for make test
75         * Added subdirectory for System.Data.SqlTypes
76         * New files:
77                 ChangeLog
78                 AllTests.cs
79                 TheTests.cs
80                 System.Data_test.build
81                 System.Data.SqlTypes
82                 System.Data.SqlTypes/AllTests.cs
83                 System.Data.SqlTypes/SqlInt32Test.cs
84
85