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