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