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