Standardized Mainsoft ConstraintCollection tests.
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
1 2005-05-29  Eyal Alaluf <eyala@mainsoft.com>
2         * ConstraintCollectionTest2.cs - New file containing Mainsoft ConstraintCollection tests.
3
4 2005-05-25  Sureshkumar T  <tsureshkumar@novell.com>
5
6         * DataTableLoadRowTest.cs: Added  additional cases for
7         AutoIncrementTest to gauge any side effect with auto
8         incrementing in case of upsert.
9
10 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
11
12         * DataRowCollectionTest.cs: Added a test to check Rows.Add (values
13         []) with null in the collection.
14
15 2005-05-11  Sureshkumar T  <tsureshkumar@novell.com>
16
17         * DataTableTest.cs: revamped tests for ImportRow method. Checks
18         for all rowstates and pk violation of importing a deleted record.
19
20 2005-05-05  Sureshkumar T  <tsureshkumar@novell.com>
21
22         * DataTableReaderTest.cs: Added a test to check when deleting the
23         first row.
24
25 2005-05-04  Sureshkumar T  <tsureshkumar@novell.com>
26
27         * DataTableReaderTest.cs:
28         - reader.close in finally in all test cases.
29         - Added tests to check scenarios when the datasource is
30         modified/deleted/added.
31         - Added tests to check when the datatable is cleared.
32
33         * DataTableTest.cs: 
34         - Added a test for DataTable. Should clear rows from indexes as
35         well. Simplified table creation for ClearReset test.
36         - Added a test to check whether Commit RowChanging & RowChanged
37         event is fired.
38         - ClearTest () : added case for checking whether TableCleared
39         event is fired.
40
41 2005-04-29  Sureshkumar T  <tsureshkumar@novell.com>
42
43         * DataTableReaderTest.cs: Added few more tests.
44
45 2005-04-27  Sureshkumar T  <tsureshkumar@novell.com>
46
47         * DataTableReaderTest.cs: Added Tests for DataTableReader class.
48
49 2005-04-22  Sureshkumar T  <tsureshkumar@novell.com>
50
51         * DataTableLoadRowTest.cs: Added. A test case for testing
52         LoadDataRow method of DataTable. This tests for various
53         possiblities of row state and loadoption.
54
55 2005-04-19  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * DataViewTest.cs : added more RowStateFilter test (bug #74650).
58
59 2005-04-17  Atsushi Enomoto  <atsushi@ximian.com>
60
61         * DataViewTest.cs : added more test for Delete() based on bug #74631.
62
63 2005-02-25  Atsushi Enomoto  <atsushi@ximian.com>
64
65         * DataColumnTest.cs : added testcase for setting negative value on
66           DataColumn whose mapping is SimpleContent.
67
68 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * DataSetAssertion.cs : don't exclude those attribute whose namespace
71           URI is not empty from sort target.
72         * DataSetTest.cs : removed GetNormalizedSchema() dependency from some
73           tests (i.e. DataSet now emits more MS-closer schemas).
74         * DataViewTest.cs : implemented test for RowFilter.
75
76 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
77
78         * DataSetTest.cs : WriteDifferentNamespaceSchema() is NotWorking.
79           It is impossible to fix (see code comment).
80
81 2005-02-04  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * DataSetTest.cs : Fixed strict type name under .NET 2.0.
84
85 2005-02-03  Sureshkumar T  <tsureshkumar@novell.com>
86
87         * ForeignKeyConstraintTest.cs: TestCtor5: ad-hoc fixes for mono.
88         ms.net does not allow fkc.Table. LAMESPEC.
89
90 2005-02-03  Atsushi Enomoto  <atsushi@ximian.com>
91
92         * DataViewManagerTest.cs : (Ctor) okay, #7 is silly test.
93
94 2005-02-02  Sureshkumar T  <tsureshkumar@novell.com>
95
96         * DataTableTest.cs: ClearReset (): added valid error messages.
97
98 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
99
100         * DataViewManagerTest.cs : new file.
101
102 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * DataViewTest.cs : Enable ComplexEventSequence1().
105           - Right now don't test ApplyDefaultSort event.
106           - Also row order between identical values depends on implementation.
107
108 2005-02-02  Atsushi Enomoto  <atsushi@ximian.com>
109
110         * DataViewTest.cs : added practical event handling tests (though
111           NotWorking since it is still not complete).
112
113 2005-02-01  Atsushi Enomoto  <atsushi@ximian.com>
114
115         * DataTableTest.cs : added RowChanging event test.
116         * DataViewTest.cs : make sure to clear event args.
117
118 2005-01-31  Sureshkumar T  <tsureshkumar@novell.com>
119
120         * DataRowTest.cs: Added case for SetparentRow: create
121         DataRelations with createConstraints=false.  part of the test case
122         by Ankit Jain.
123         
124 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
125
126         * DataRowViewTest.cs : added RowVersion1() test.
127
128 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * DataViewTest.cs : Enabled TestFindRows(). Added more FindRows() tests.
131
132 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
133
134         * DataTableTest.cs : PrimaryKeyColumnChecksNonNull() is working now.
135
136 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
137
138         * DataTableTest.cs : added tests for primary key constraint check
139           (not working right now).
140
141 2005-01-28  Atsushi Enomoto  <atsushi@ximian.com>
142
143         * UniqueConstraintTest.cs : added DBNullAllowed().
144
145 2005-01-27  Atsushi Enomoto  <atsushi@ximian.com>
146
147         * DataViewTest.cs : added test for ListChanged.
148         * DataRowViewTest.cs : (ItemException) fixed test. It is now working.
149
150 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
151
152         * DataTableTest.cs : finally run-test-ondotnet passes (i.e.
153           fixed incompatibility).
154
155 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
156
157         * DataViewTest.cs : With a tiny fix, removed NotDotNet.
158
159 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
160
161         * DataRowTest.cs : added DetachedRowItemException().
162         * DataSetTest.cs : WriteXmlSchema7() is now NotWorking.
163
164 2005-01-25  Sureshkumar T  <tsureshkumar@novell.com>
165
166         * DataTableTest.cs: added test case for checking ImportRow when
167         the row state is detached. Test case by Ankit Jain.
168
169 2005-01-25  Atsushi Enomoto  <atsushi@ximian.com>
170
171         * DataRowViewTest.cs : added IsEdit tests and Item tess (not working).
172
173 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * DataRowViewTest.cs : added new file.
176
177 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
178
179         * DataSetReadXmlSchemaTest.cs : test labels were ambiguous.
180         * DataViewTest.cs : indentation was heavily broken.
181
182 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
183
184         * DataColumnTest.cs : Added SetMaxLength().
185
186 2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
187
188         * store2.xsd, store3.xsd, store4.xsd : Added.
189         * DataSetTest.cs :
190           Disabled ReadWriteXmlSchema() and ReadWriteXmlSchemaIgnoreSchema()
191           for now. See the details in the code.
192
193 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
194
195         * DataRowTest.cs : more test for Current -> Default, test for 
196           VersionNotFound, and test for InvalidConstraint on GetChildRows().
197           Patch by Ankit Jain.
198
199 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
200
201         * DataRowTest.cs : Test if Default is used to check state of the row
202           instead of Detached. Patch by Ankit Jain.
203
204 2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
205
206         * DataSetTest.cs : added CloneCopy2().
207
208 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
209
210         * DataSetTest.cs : use more normalized schema comparison.
211
212 2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * DataSetTest.cs,
215           DataSetAssertionTest.cs : In GetNormalizedSchema(), use manual
216           sorting using dom  so that it can ignore XmlSerializer difference.
217           Added some new assertion methods.
218
219 2005-01-19  Atsushi Enomoto  <atsushi@ximian.com>
220
221         * DataRowTest.cs : no need to gather 3 individual tests as RowEditTest.
222           Let's not output to Console.
223
224 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
225
226         * DataViewTest.cs : made AddNew_2() and FindRows() pass under .NET 1.1.
227           FindRows() is still not implemented, so marked as [Ignore].
228
229 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * ForeignKeyConstraintTest.cs : Fixed Ctor5() to pass under MS.NET 1.1.
232           Design time ctor() needs more love.
233         * DataRelationCollectionTest.cs,
234           DataTableCollectionTest.cs : Made Remove() pass under MS.NET 1.1.
235           When index is out of range, IndexOutOfRangeException is thrown.
236           DataRelationCollectionTest.AddException1() was invalid.
237
238 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
239
240         * ConstraintCollectionTest.cs : Fixed run-test-ondotnet. MS.NET does
241           not fill Table property even after EndInit().
242         * DataRelationTest.cs : Fixed run-test-ondotnet. ExpectedException 
243           is missing.
244         * TypedDataSetGeneratorTest.cs : fixed GenerateName() both for
245           run-test-ondotnet and run-test.
246
247 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * DataSetTest.cs : WriteXmlSchema2() and WriteXmlSchema3() didn't pass
250           on run-test-ondotnet. Removed extraneous Console output.
251           modified WriteXmlSchema4(),WriteXmlSchema5() and WriteXmlSchema6()
252           to use xmlserializer-based comparison.
253           Fixed SerializeDataSet() to use ordinal MS result (it's not simple
254           to compare results unless we have another WriteXmlSchema() 
255           implementation.)
256
257 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
258
259         * DataSetAssertion.cs : forgot one required update for refreshed tests.
260
261 2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * DataSetReadXmlSchemaTest.cs : added test for bug #58744.
264         * DataSetReadXmlTest.cs : Added NameConflictDSAndTable().
265         * DataSetTest.cs :
266           Now use XmlSerializer based output, to avoid silly attribute order in
267           OwnWriteXmlSchema(),WriteXmlSchema(),ReadWriteXmlSchemaIgnoreSchema(),
268           ReadWriteXmlSchema() and WriteDifferentNamespaceSchema().
269           Added SerializeDataSet2(),SerializeDataSet3(),DeserializeDataSet(),
270           ReadWriteXml3(),WriteXmlSchema2(),WriteXmlSchema3(),WriteXmlSchema4(),
271           WriteXmlSchema5(),WriteXmlSchema6(),WriteXmlSchema7(),
272           WriteXmlExtendedProperties() and WriteXmlModeSchema().
273
274 2004-10-14 Umadevi S <sumadevi@novell.com>
275         * DataTableTest.cs : added testcase for subclass clone
276
277 2004-10-14 Umadevi S <sumadevi@novell.com>
278         * DataSetTest.cs : added testcase to check subclass clone
279
280 2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>
281
282         * DataSetTest.cs : now xs:schema contains xmlns="".
283
284 2004-09-24 Umadevi S <sumadevi@novell.com>
285         * DataRowTest.cs : Added a test for EnforceConstraints with relations defined.
286
287 2004-09-24  Sureshkumar T  <tsureshkumar@novell.com>
288
289         * DataSetTest.cs (DataSetClearTest): Added a test for DataSet.Clear. This should not
290         throw any exception and should override constraints.
291
292 2004-09-19  Sureshkumar T <tsureshkumar@novell.com>
293         * DataSetTest.cs : Added a test for Deserialization of dataset : DeserializeModifiedDataSet
294
295 2004-08-24  Nick Drochak <ndrochak@ieee.org>
296         * DataViewTest.cs : Fixed compile with csc
297
298 2004-08-18 Umadevi S <sumadevi@novell.com>
299         * DataViewTest.cs : Revamped to get Event handling tested
300         Thanks to Punit Todi for his contribution towards the test cases
301
302 2004-06-23 Umadevi S <sumadevi@novell.com>
303         * DataTableTest.cs :Corrected Testcases to .net 1.1 specifications
304
305 2004-06-23 Umadevi S  <sumadevi@novell.com>
306         * DataRelationTest.cs : Corrected AddRelation testcases
307
308 2004-06-23 Umadevi S <sumadevi@novell.com>
309         * ConstraintCollectionTest.cs : Corrected AddRange testcases
310
311 2004-06-20  Atsushi Enomoto <atsushi@ximian.com>
312
313         * DataTableCollectionTest.cs : Added test for DataSet and Namespace
314           adjustment.
315
316 2004-06-18  Atsushi Enomoto <atsushi@ximian.com>
317
318         * TypedDataSetGeneratorTest.cs : [TestFixture] was missing.
319
320 2004-06-15  Atsushi Enomoto <atsushi@ximian.com>
321
322         * DataSetTest.cs : Added regression for #53959.
323
324 2004-05-31  Atsushi Enomoto <atsushi@ximian.com>
325
326         * DataTableTest.cs : Added test for serialization by Boris Kirzner.
327         * DataSetInferXmlSchemaTest.cs : Added test for schema element skip
328            by Boris Kirzner.
329
330 2004-05-27  Nick Drochak <ndrochak@ieee.org>
331
332         * DataRelationCollectionTest.cs: Fixed build when using csc.
333
334 2004-05-27 Umadevi S <sumadevi@novell.com>
335         * Corrected small typos in DataTableCollectionTest & DataRelationCollectionTest
336
337 2004-05-26  Umadevi S <sumadevi@novell.com>
338         * Added files DataTableCollectionTest and DataRelationCollectionTest
339
340 2004-05-19  Atsushi Enomoto <atsushi@ximian.com>
341
342         * DataSetTest.cs : Fixed ReadWriteXmlSchema() that miscounted
343           constraints and parent keys.
344
345 2004-05-18  Atsushi Enomoto <atsushi@ximian.com>
346
347         * DataSetTest.cs : Converted CRLF to LF for line ending comparison.
348           (and added copyright line.)
349
350 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
351
352         * DataSetTest.cs : Added WriteXmlEncodedXml() test.
353
354 2004-05-17  Atsushi Enomoto <atsushi@ximian.com>
355
356         * DataSetAssertion.cs : Enabled "Ordinal" check again, unless the test
357           value is -1.
358         * DataSetInferXmlSchemaTest.cs,
359           DataSetReadXmlSchemaTest.cs  : Enabled Ordinal check again, as long
360           as working. Added IgnoredNamespaces() to inferxmlschema test.
361
362 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
363
364         * DataSetReadXmlSchemaTest.cs : Added test014.xsd tes (contains two
365           simple repeatable elements).
366
367 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
368
369         * DataSetTest.cs,
370           DataSetReadXmlTest.cs,
371           DataSetReadXmlSchemaTest.cs,
372           DataSetInferXmlSchemaTest.cs,
373           DataSetAssertion.cs : AssertDataTable() now checks Constraint count
374           and ParentKey length.
375
376 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
377
378         * DataSetReadXmlSchemaTest.cs : Added tests for test012.xsd (repeatable
379           simple element) and test013.xsd (reference to global element;
380           currently failing).
381
382 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
383
384         * DataSetTest.cs : Added WriteXmlToStream().
385
386 2004-05-11  Atsushi Enomoto <atsushi@ximian.com>
387
388         * DataSetReadXmlSchemaTest.cs : SingleElementTreatmentDifference() was
389           incorrect. DataSet element is assumed only if there is only one 
390           global element.
391         * DataSetReadXmlTest.cs : Added error-reported test case.
392         * DataSetInferXmlSchemaTest.cs : Modified more tests not to compare
393           Ordinal for non-specified columns (that shouldn't be significant).
394
395 2004-05-06  Atsushi Enomoto <atsushi@ximian.com>
396
397         * ConstraintCollectionTest.cs : Table name should not be the same as
398           for the purpose of this test.
399         * DataSetReadXmlSchemaTest.cs : Added more tests based on schema files.
400         * DataSetTest.cs : Reordered attributes to pass test in 
401           WriteDifferentNamespaceSchema().
402
403 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
404
405         * ForeignKeyConstraintTest.cs : Made tests pass under MS.NET 1.1.
406           Don't catch every kind of exception. That does nothing but keep us
407           away from the exact error location.
408         * DataSetTest.cs : Make sure that we read schema correctly, before
409           testing WriteXmlSchema.
410
411 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
412
413         * DataColumnCollectionTest.cs : catch only specific exception. Don't
414           rely on localizable error message.
415         * DataSetTest.cs : Attribute orders should not be significant, so
416           just hacked to match current implementation's order.
417           Added WriteNestedTableXml().
418
419 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
420
421         * ConstraintCollectionTest.cs : uncommented some tests that should be
422           implemented until mono 1.0.
423         * ConstraintTest.cs : use ExpectedException. Don't expect localizable
424           error message.
425         * DataColumnTest.cs,
426           DataRelationTest.cs,
427           DataRowCollectionTest.cs : catch only specific type exception.
428           Don't rely on (test) localizable messages.
429         * DataSetAssertion.cs : We shouldn't expect exact column ordinals
430           when infering/reading the structures from documents/schemas.
431
432 2004-04-29  Atsushi Enomoto <atsushi@ximian.com>
433
434         * DataRowTest.cs : Added a test for auto increment column and item
435           integrity (it caused index out of range exception).
436
437 2004-04-27  Atsushi Enomoto <atsushi@ximian.com>
438
439         * ConstraintCollectionTest.cs,
440           DataSetTest.cs,
441           DataTableTest.cs,
442           ForeignKeyConstraintTest.cs : Fixes for incorrect NET_1_0 use.
443         * DataRowCollectionTest.cs : just check exception type. Don't check
444           localizable error message.
445         * DataSetAssertion.cs : Removed AssertDataSet() with just 4 argument.
446           Added relation count parameter for AssertDataTable().
447           Added Nested check parameter for AssertDataRelation().
448         * DataSetInferXmlSchemaTest.cs,
449           DataSetReadXmlTest.cs,
450           DataSetReadXmlSchemaTest.cs :
451           Applied new AssertDataTable().  Added more check on
452           DataSetReadXmlSchemaTest.SingleElementTreatmentDifference ().
453
454 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
455
456         All fixes are to make them pass under MS.NET 1.1.
457
458         * ConstraintCollectionTest.cs : Fixed to pass under MS.NET 1.1.
459         * DataRelationTest.cs : Creation4() never works.
460         * DataSetInferXmlSchemaTest.cs :
461           Fixed xml9 test (relation count).
462           Some mappings were incorrectly specified int.
463           ConflictColumnTable() test incorrectly tested different columns.
464           Fixed exception type on ConflictExistingPrimaryKey().
465         * DataSetReadXmlSchemaTest.cs :
466           Use fixed current culture.
467           Fixed exceptoin type on NestedReferenceNotAllowed().
468         * DataSetReadXmlTest.cs :
469           InferSchema mode is said as to load rows.
470         * DataSetTest.cs :
471           SqlGuid test depends on the runtime version.
472           In WriteDifferentNamespaceSchema(), we're going to set the same
473           order for namespaces (just for ease of tests).
474           Fixed many bugs on SerializeDataSet() test.
475         * DataTableTest.cs :
476           Set culture only on NET_1_0. Culture difference causes exception
477           under .NET 1.1.
478           Don't depend on error message string (consider localization).
479           Under .NET 1.1, constraints looks also vanishes on table's Clear().
480         * ForeignKeyConstraintTest.cs :
481           Ignore TestCtor5(). That does not work under .NET 1.1.
482           Fixed some exception type differences.
483
484 2004-04-22  Atsushi Enomoto <atsushi@ximian.com>
485
486         * DataSetInferXmlSchemaTest.cs : Added ConflictExistingPrimaryKey().
487         * DataSetReadXmlTest.cs : Added IgnoreSchemaShouldFillData().
488         * DataSetTest.cs : Added IgnoreColumnEmptyNamespace() and
489           SerializeDataSet().
490
491 2004-04-20  Atsushi Enomoto <atsushi@ximian.com>
492
493         * DataSetInferXmlSchema.cs : added more 16 patterns.
494           (mostly fails as yet).
495         * DataSetReadXmlTest.cs : Reverted yesterday's incorrect part.
496           As for XmlReadMode = Auto, data row should be read.
497         * DataSetTest.cs : Added Namespace and Prefix tests.
498           Added WriteDifferentNamespaceSchema().
499
500           hmm... WriteXmlSchema() also needs more love :(
501
502 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
503
504         * Added DataSetInferXmlSchemaTest.cs.
505         * DataSetReadXmlTest.cs : Fixed test bogus. When ReadMode is
506           InferSchema, it should not load any data rows.
507         * DataSetAssertion.cs : Added AssertDataSet() overroad that takes 
508           relation count.
509
510 2004-04-19  Atsushi Enomoto <atsushi@ximian.com>
511
512         * Added missing ChangeLog entry.
513         * ConstraintCollectionTest.cs :
514           Ignore some tests that should fail (They also fail under MS.NET).
515         * DataSetReadXmlSchemaTest.cs : 
516           - Added SingleElementTreatmentDifference() and PrefixedTargetNS().
517           - Modified UnusedComplexTypesInored() to make sure DataSetName is set.
518           - Renamed DataSetElementCannotBeReferenced() to 
519             NestedReferenceNotAllowed().
520           - Modified ReadElemAttrPattern() to LocaleOnRootWithoutIsDataSet() 
521             to test msdata:Locale.
522         * DataSetTest.cs : Due to mcs bug #57200, csc does not allow 
523           System.Type.GetType(), so modified them all.
524
525 2004-04-16  Atsushi Enomoto <atsushi@ximian.com>
526
527         * DataSetAssertion.cs : Added AssertDataColumn().
528         * DataSetReadXmlSchemaTest.cs : Added more strange cases.
529
530 2004-04-15      Umadevi S (sumadevi@novell.com)
531                 * ForeignKeyConstraintTest - constructor testing,
532                 * DataSet - test for Clone and Copy methods.
533
534 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
535
536         * Added DataSetAssertion.cs and DataSetReadXmlSchema.cs.
537         * DataSetReadXmlTest.cs : separate assertion methods into
538           DataSetAssertion.cs. Added label argument to AssertDataTable.
539
540 2004-04-15  Atsushi Enomoto <atsushi@ximian.com>
541
542         * DataSetReadXmlTest.cs : Tests were incorrect. They should be done
543           against new dataset. So just added another sequential read tests.
544
545 2004-04-14  Atsushi Enomoto <atsushi@ximian.com>
546
547         * Added DataSetReadXmlTest.cs. (specific to ReadXml() in DataSet).
548
549 2004-04-12  Atsushi Enomoto <atsushi@ximian.com>
550
551         * DataSetTest.cs : More path fix. Don't expect End of Line = "\n".
552           It might be "\r\n" or else.
553
554 2004-04-09  Atsushi Enomoto <atsushi@ximian.com>
555
556         * DataColumnTest.cs,
557           DataRowTest.cs,
558           DataTableTest.cs : build fix: csc does not allow
559           System.Type inside namespace MonoTests.System.Data.
560         * DataSetTest.cs : path fix.
561         * DataRelationTest.cs : path fix. Don't test error message: It should
562           vary by message translations. Split tests and use ExpectedException.
563
564 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
565
566         * DataColumnTest.cs : fixes here and there,
567         make all tests pass on ms.net.
568
569 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
570
571         * DataTableTest.cs : add test case for bug #55503,
572         comment out meaningless test cases.
573
574 2004-01-21  Atsushi Enomoto <atsushi@ximian.com>
575
576         * Added TypedDataSetGeneratorTest.cs.
577
578 2003-12-18  Jackson Harper <jackson@ximian.com>
579
580         * DataViewTest.cs: Add some tests for new methods.
581         
582 2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
583         * DataViewTest.cs: Added new test from
584         Patrick Kalkman
585
586 2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
587         * All tests inherits from Assertion, and
588           Assertion. prefixes removed
589
590 2003-04-05  Ville Palo <vi64pa@kolumbus.fi>
591
592         * DataTableTest.cs: little fix.
593         
594 2003-03-27  Ville Palo <vi64pa@kolumbus.fi>
595
596         * UniqueConstraintTest.cs: some minor fixes.
597         
598 2003-03-26  Ville Palo <vi64pa@kolumbus.fi>
599
600         * DataRowCollectionTest.cs: Tests for AutoIncrement
601         
602 2003-03-25  Ville Palo <vi64pa@kolumbus.fi>
603
604         * DataTableTest.cs: Added test for PrimaryKey-property
605         
606 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
607
608         * DataColumnCollectionTest.cs: little fix.
609
610 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
611
612         * DataColumnCollectionTest.cs: Typos
613         
614 2003-03-16  Ville Palo <vi64pa@kolumbus.fi>
615
616         * DataSetTest.cs: Fixed line-ending problems
617         
618 2003-03-06  Ville Palo <vi64pa@kolumbus.fi>
619
620         * DataTableTest.cs: More tests for Select ()
621         
622 2003-02-28  Ville Palo <vi64pa@kolumbus.fi>
623
624         * DataColumnCollectionTest.cs: Added more tests.
625         * DataRowCollectionTest.cs: Added more tests.
626         
627 2003-04-02  Ville Palo <vi64pa@koti.soon.fi>
628
629         * DataColumnTest.cs: Added tests for Expression property
630         
631 2003-03-02  Ville Palo <vi64pa@koti.soon.fi>
632
633         * DataTableTest.cs: More tests for Select
634         
635 2003-31-01  Ville Palo <vi64pa@koti.soon.fi>
636
637         * DataTableTest.cs: Added more tests for Select (string) -method
638         
639 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
640
641         * DataRelationTest.cs: Added more tests
642         
643 2003-27-01  Ville Palo <vi64pa@koti.soon.fi>
644
645         * DataTableTest.cs: Added test for DataTable.Select ()
646         
647 2003-24-01  Ville Palo <vi64pa@koti.soon.fi>
648
649         * UniqueConstraint.cs: More tests
650         
651 2003-23-01  Ville Palo <vi64pa@koti.soon.fi>
652
653         * ForeignKeyConstraint.cs: More tests
654         
655 2003-22-01  Ville Palo <vi64pa@koti.soon.fi>
656
657         * DataRelationTest.cs: More tests and little clean up.
658         
659 2003-14-01  Ville Palo <vi64pa@koti.soon.fi>
660
661         * DataRelationTest.cs: Added more tests
662         
663 2003-13-01  Ville Palo <vi64pa@koti.soon.fi>
664
665         * DataRelationTest.cs: Test class for DataRelation
666         
667 2002-12-26  Ville Palo <vi64pa@koti.soon.fi>
668
669         * own_schema.xsd: XmlSchema for testing ReadXmlSchema() -method
670         * DataSetTest.cs: Added more Xml-tests. 
671         
672 2002-12-17  Ville Palo <vi64pa@koti.soon.fi>
673
674         * region.xml: 
675         * store.xsd: new xmldoment and xmlschema for testing DataSet
676         * DataSetTest.cs: Added some Xml-tests.
677         * AllTests.cs: Added DataSetTest
678         
679 2002-10-23  Nick Drochak  <ndrochak@gol.com>
680
681         * ConstraintCollectionTest.cs (SetUp): Clear the constraints before 
682         each test.
683         * ConstraintTest.cs: same
684         * DataColumnTest.cs: Get exceptions straight.  Some are thrown and some
685         aren't
686
687 2002-10-22  Nick Drochak  <ndrochak@gol.com>
688
689         * DataColumnTest.cs: Remove compiler warnings and use caught exception
690         to report useful info.