2004-04-19 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
2
3         * Added DataSetInferXmlSchemaTest.cs.
4         * DataSetReadXmlTest.cs : Fixed test bogus. When ReadMode is
5           InferSchema, it should not load any data rows.
6         * DataSetAssertion.cs : Added AssertDataSet() overroad that takes 
7           relation count.
8
9 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
10
11         * Added missing ChangeLog entry.
12         * ConstraintCollectionTest.cs :
13           Ignore some tests that should fail (They also fail under MS.NET).
14         * DataSetReadXmlSchemaTest.cs : 
15           - Added SingleElementTreatmentDifference() and PrefixedTargetNS().
16           - Modified UnusedComplexTypesInored() to make sure DataSetName is set.
17           - Renamed DataSetElementCannotBeReferenced() to 
18             NestedReferenceNotAllowed().
19           - Modified ReadElemAttrPattern() to LocaleOnRootWithoutIsDataSet() 
20             to test msdata:Locale.
21         * DataSetTest.cs : Due to mcs bug #57200, csc does not allow 
22           System.Type.GetType(), so modified them all.
23
24 2004-04-16  Atsushi Enomoto <atsushi@ximian.com>
25
26         * DataSetAssertion.cs : Added AssertDataColumn().
27         * DataSetReadXmlSchemaTest.cs : Added more strange cases.
28
29 2004-04-15      Umadevi S (sumadevi@novell.com)
30                 * ForeignKeyConstraintTest - constructor testing,
31                 * DataSet - test for Clone and Copy methods.
32
33 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
34
35         * Added DataSetAssertion.cs and DataSetReadXmlSchema.cs.
36         * DataSetReadXmlTest.cs : separate assertion methods into
37           DataSetAssertion.cs. Added label argument to AssertDataTable.
38
39 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
40
41         * DataSetReadXmlTest.cs : Tests were incorrect. They should be done
42           against new dataset. So just added another sequential read tests.
43
44 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
45
46         * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet).
47
48 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
49
50         * DataSetTest.cs : More path fix. Don't expect End of Line = "\n".
51           It might be "\r\n" or else.
52
53 2004-04-09  Atsushi Enomoto <atsushi@ximian.com>
54
55         * DataColumnTest.cs,
56           DataRowTest.cs,
57           DataTableTest.cs : build fix: csc does not allow
58           System.Type inside namespace MonoTests.System.Data.
59         * DataSetTest.cs : path fix.
60         * DataRelationTest.cs : path fix. Don't test error message: It should
61           vary by message translations. Split tests and use ExpectedException.
62
63 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
64
65         * DataColumnTest.cs : fixes here and there,
66         make all tests pass on ms.net.
67
68 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
69
70         * DataTableTest.cs : add test case for bug #55503,
71         comment out meaningless test cases.
72
73 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
74
75         * Added TypedDataSetGeneratorTest.cs.
76
77 2003-12-18  Jackson Harper <jackson@ximian.com>
78
79         * DataViewTest.cs: Add some tests for new methods.
80         
81 2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
82         * DataViewTest.cs: Added new test from
83         Patrick Kalkman
84
85 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
86         * All tests inherits from Assertion, and
87           Assertion. prefixes removed
88
89 2003-04-05  Ville Palo <vi64pa@kolumbus.fi>
90
91         * DataTableTest.cs: little fix.
92         
93 2003-03-27  Ville Palo <vi64pa@kolumbus.fi>
94
95         * UniqueConstraintTest.cs: some minor fixes.
96         
97 2003-03-26  Ville Palo <vi64pa@kolumbus.fi>
98
99         * DataRowCollectionTest.cs: Tests for AutoIncrement
100         
101 2003-03-25  Ville Palo <vi64pa@kolumbus.fi>
102
103         * DataTableTest.cs: Added test for PrimaryKey-property
104         
105 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
106
107         * DataColumnCollectionTest.cs: little fix.
108
109 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
110
111         * DataColumnCollectionTest.cs: Typos
112         
113 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
114
115         * DataSetTest.cs: Fixed line-ending problems
116         
117 2003-03-06  Ville Palo <vi64pa@kolumbus.fi>
118
119         * DataTableTest.cs: More tests for Select ()
120         
121 2003-02-28  Ville Palo <vi64pa@kolumbus.fi>
122
123         * DataColumnCollectionTest.cs: Added more tests.
124         * DataRowCollectionTest.cs: Added more tests.
125         
126 2003-04-02  Ville Palo <vi64pa@koti.soon.fi>
127
128         * DataColumnTest.cs: Added tests for Expression property
129         
130 2003-03-02  Ville Palo <vi64pa@koti.soon.fi>
131
132         * DataTableTest.cs: More tests for Select
133         
134 2003-31-01  Ville Palo <vi64pa@koti.soon.fi>
135
136         * DataTableTest.cs: Added more tests for Select (string) -method
137         
138 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
139
140         * DataRelationTest.cs: Added more tests
141         
142 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
143
144         * DataTableTest.cs: Added test for DataTable.Select ()
145         
146 2003-24-01  Ville Palo <vi64pa@koti.soon.fi>
147
148         * UniqueConstraint.cs: More tests
149         
150 2003-23-01  Ville Palo <vi64pa@koti.soon.fi>
151
152         * ForeignKeyConstraint.cs: More tests
153         
154 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
155
156         * DataRelationTest.cs: More tests and little clean up.
157         
158 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
159
160         * DataRelationTest.cs: Added more tests
161         
162 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
163
164         * DataRelationTest.cs: Test class for DataRelation
165         
166 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
167
168         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
169         * DataSetTest.cs: Added more Xml-tests. 
170         
171 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
172
173         * region.xml: 
174         * store.xsd: new xmldoment and xmlschema for testing DataSet
175         * DataSetTest.cs: Added some Xml-tests.
176         * AllTests.cs: Added DataSetTest
177         
178 2002-10-23  Nick Drochak  <ndrochak@gol.com>
179
180         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
181         each test.
182         * ConstraintTest.cs: same
183         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
184         aren't
185
186 2002-10-22  Nick Drochak  <ndrochak@gol.com>
187
188         * DataColumnTest.cs: Remove compiler warnings and use caught exception
189         to report useful info.